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.

Tagalong not working until I move my head

Hi,
I've got a menu with a Tagalong component. Unfortunately it does not tagalong from the beginning of the app until I move my head. So if it is behind the Spatial Mapping Mesh, it won't be seen by the user until the user moves his/her head.

Does anyone have a suggestion how to avoid this or how to call the routine manually ( meaning from script e. g. in the Start() method )

Thanks in advance
@pstueven

Tagged:

Best Answer

Answers

  • Thanks @mark_grossnickle for the ingeniously simple solution!
    I just had to use a position vector that has the same length than the previous one, because I use the "maintainFixedSize" option. So if I had (0,0,10) before I could use (0,10,0). Just in case anyone runs into similar issues.

Sign In or Register to comment.