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

Tagalog and billboard broken

I'm trying to get a simple tag along working in my project. It just stays static and never moves with your gaze. I havent edited the script at all.
Any ideas what im doing wrong?

Answers

  • Options
    dbarrettdbarrett ✭✭✭
    edited October 2017

    I don't know if it will make a difference or not but, I don't have the interpolator component active and it works fine on mine. But, if you continue to have problems, I would tell the guys here: Holotoolkit

    AR Developer

  • Options

    I figured out that when I upgraded to Unity 2017.3.0b4 (64-bit) from Unity 2017.2.0b11 (64-bit) the tagalong broke. I wen back to previous version and it worked fine.

  • Options

    People in slack are saying the issue is GeometryUtility.TestPlanesAABB is broken and that you can use MathUtils.TestPlanesAABB instead.

    I didn't have much luck with the TestPlanesAABB but I did find a work around by adding a Renderer to the SimpleTagAlong and then checking bool needsToMove = !RendererToTest.isVisible;

    isVisible returns if the renderer is in view. Just set the Renderer to the background of your modal and you are set.

    Taqtile

  • Options

    Nevermind, isVisible isn't working on the device either. Another bug.

    Taqtile

Sign In or Register to comment.