Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Weird hand offset.

Hello.

I am making an app which uses the player hand and visualizes it.
I have hand tracking logic, using the UnityEngine.VR.WSA library, and the location of my hand. When i detect the hand i use state.properties.location.TryGetPosition(out pos) to set the position of and simple sphere prefab. So far so good. When i start the app and get my hand in action everything is good - the sphere is where it should be, in the middle of my gesture. But when i turn 180 degrees, with the hand still detected, the sphere has some horizontal offset to the right, its position where my pinkie finger is. I am not moving my body, i mean the hand is always in the same spot relative to my head.

Do you guys have suggestions why this happens and how to fix it ?
Thanks in advance.
G.G.

Answers

Sign In or Register to comment.