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

App follow camera smoothly

Hello everybody,,

I am just starting to build apps in hololens using unity with toolkit.

My window contains a menu and I put the menu under MixedRealityCamera ( to make the app moves with user' head ) but it is not smooth, can I put my app something like Hololens start window. It is possible?

Thanks all.

Answers

  • Options
    dbarrettdbarrett ✭✭✭

    I think what you are looking for is the Tagalong script from the MRTK. There are a few variations to this script but it smoother than just attaching it as a child to the camera. This also makes it so that you do not have to have it as a child either.

    AR Developer

  • Options

    Check out the Tagalong scripts. SimpleTagalong, Tagalong, and SphereTagalong. Though they are broken in Unity 2017.3 so use Unity 2017.2 or earlier.

    That way you do not need to place them under the camera object. They won't be as annoying and they will smoothly move back into your frame of view.

    Taqtile

Sign In or Register to comment.