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.

UI and 3D models moving along with user

When 3D models loaded from server at runtime, all the components that exist in the application like UI panels and 3D models are getting body-lock with user, i.e. if user moves hologram also moves and maintains the same distance.
Development using Unity 2017.2.1p1, HoloToolkit 2017.2.1.1.
Thanks,
Peri

Best Answer

  • PeriPeri
    Answer ✓

    Hi @The_XR_Guy, Thank You.

    Issue because of unity. Changed the unity version Unity 2017.2.2p1 it has resolved.

Answers

  • Hallo Peri,

    Please provide a more detailed description of what your app is doing and at what point the observed effect occurs (during loading of 3D models? After successful loading the 3D models?)

    My wild guess would be:
    1. Your app actually staled but still renders the last frame
    2. The (async?) loading process never finishes or you are not handling the finalizing correctly.
    3. What ever happens after the loading and instantiating of the models breaks your scene hierarchy and/or scripts. For example if you attach something to your camera it will always move with your head/body movement: body-lock effect.

    So my best advice at the moment is: Debug your app on the Hololens or in the Emulator with Visual Studio.

    Hope this helps,

    Cheers.

  • PeriPeri
    Answer ✓

    Hi @The_XR_Guy, Thank You.

    Issue because of unity. Changed the unity version Unity 2017.2.2p1 it has resolved.

Sign In or Register to comment.