microsoft / MixedRealityToolkit-Unreal

The Mixed Reality Toolkit for Unreal provides a set of components and features to accelerate Mixed Reality app development with Unreal.
MIT License
136 stars 19 forks source link

UxtHandConstraint only works in editor #8

Closed Angelo-Gebauer closed 3 years ago

Angelo-Gebauer commented 3 years ago

The UxtHandConstraint only works in the editor for me. When running the app on the device, the actor which has the constraint just stands around, not being constrained to the hand at all. The actor is movable, otherwise i think it wouldn't work in the editor either. Like written above, works perfectly fine in the editor.

Like shown in examples, my pawn spawns two UxtHandInteractionActor, one for the left hand, one for the right hand. The UxtHandConstraint has AutoActivate set, so this shouldn't be the problem. Also, the other components, like for example the UxtFollow component (which i use on another actor) works fine in editor and on the device.

Screenshot of it working in the editor: image

Screenshot of the UxtHandConstraint: image

Angelo-Gebauer commented 3 years ago

Error on my side, sorry about that. I had scene components, which for some reason were set to not be available after cooking.