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.
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?

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!
0
Best Answer
-
HoloSheep mod
@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 meetings1
Answers
@DConsolo the WorldAnchor type is in the namespace:
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
Yes! I was trying to recreate the scripts from here: https://developer.microsoft.com/en-us/windows/holographic/world_anchor_in_unity
And I failed to see the Namespace: UnityEngine.VR.WSA on the top of the page. Works now.
I'm getting the "Unsafe" command errors, and I did copy over the .rsp files. The link you provided is showing solutions for those errors. I will attempt to try these solutions.
Thanks!!