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.

Where is the WorldAnchor component in Unity?

DConsoloDConsolo
edited October 2016 in Questions And Answers

Hey guys,
This is a bit silly. I downloaded everything from the HoloLens site and got a basic scene working from Unity perfectly on the HoloLens. I also installed the HoloToolkit, and got a bunch of errors in the "Sharing" folders. I'm having trouble finding the WorldAnchor component in Unity, what step am I missing? Are there any more toolkits I should download? Thanks!

Best Answer

  • HoloSheepHoloSheep mod
    Answer ✓

    @DConsolo the WorldAnchor type is in the namespace:

    using UnityEngine.VR.WSA;
    

    is that what you are after?

    When you say you are getting errors with the "Sharing" folder, what errors are you getting?

    When you installed the HoloToolkit did you also copy over the .rsp files?

    Windows Holographic User Group Redmond

    WinHUGR.org - - - - - - - - - - - - - - - - - - @WinHUGR
    WinHUGR YouTube Channel -- live streamed meetings

Answers

Sign In or Register to comment.