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

Holograms 210 Astroman not tagging along

Following the steps of tutorial 210 I tried to get the astroman to tag along. The Interactible and Interactible Action scripts have been updated (i.e. copied from tutorial), the Tagalong object is tagged as TagAlong, the Interactible Action has been added to the chest button etc. I do not know what I am missing, I am sure it is just some minor thing but it drives me crazy. Any hints?

Answers

  • Options

    @nikHN,
    The Tagalong script requires the object to have a Box Collider attached. Please note that this may likely make portions of the astroman not selectable as the box collider may get hit before the colliders that are more tightly fit to the model. To support both Tagalong and selecting the model, I recommend experimenting with the Z scale of the box collider.

    Thanks!
    David

  • Options

    @DavidKlineMS said:
    @nikHN,
    The Tagalong script requires the object to have a Box Collider attached. Please note that this may likely make portions of the astroman not selectable as the box collider may get hit before the colliders that are more tightly fit to the model. To support both Tagalong and selecting the model, I recommend experimenting with the Z scale of the box collider.

    Thanks!
    David

    David, does it matter if the collider is a trigger or not?

  • Options
    ChrisaChrisa
    edited February 2017

    Don't forget applying ChestButton_Center. Tutorial video does NOT mentioned about it but written tutorial mentions about it.

  • Options

    Here's how you could add Tag Along and Billboarding, https://codeholo.com/2018/12/24/tag-along-billboarding-and-other-menu-elements-for-hololens-apps/ a lot has changed with updates to the MRTK, the tutorial is up to date

Sign In or Register to comment.