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.

Change Motion Controller Model after it has been loaded.

Ran through all of the tutorials and have been using the motion controllers successfully utilizing the MotionControllerVisualizer. I have loaded the alternate Right and Left Controller models but now I would like to have the ability to move between my alternate and default controller models in the middle of the game but have not been able to figure that out. Any help would be appreciated.

Answers

  • edited March 2018

    Firstly please use the default Model.
    You could find out
    MixedRealityCameraParent - LeftController - glTFController
    and
    MixedRealityCameraParent - RightController - glTFController.
    Set them to inactive (invisible) by method Gameobject. SetActive(bool para), then put your own model under RightController and LeftController. They will be moved by your real motion controllers.

    Just switch the appearance of two kinds of models to move between them.

  • @Frankdfitzgerald Did you figure out how to switch between the controller states? I am trying to do a similar thing. I want to switch between 2 custom gameobjects for the controller. We have made an open and a grasp 3D model. I have the first one working by just attaching it to the alternate controller. Looking to figure out how to add a second model on the fly.

Sign In or Register to comment.