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.

SpatialMapping.cs errors (5) using 101E Academy in Unity 5.50b10

Hi,
I have 5 errors when trying to load Holograms-101 branch (from Git) in Unity.

Assets/Holograms/Support/Spatial Mapping/SpatialMapping.cs(44,86): SpatialMapping.cs errors _ error CS0117 UnityEngine.VR.WSA.SpatialMappingRenderer' does not contain a definition forRenderSetting'

Assets/Holograms/Support/Spatial Mapping/SpatialMapping.cs(44,40): error CS1061: Type UnityEngine.VR.WSA.SpatialMappingRenderer' does not contain a definition forcurrentRenderSetting' and no extension method currentRenderSetting' of typeUnityEngine.VR.WSA.SpatialMappingRenderer' could be found. Are you missing an assembly reference?
...

Does anyone know how to solve those?
I cannot start play mode with errors in Unity.

I have downloaded the last version of the academy tutorials here [https://github.com/Microsoft/HolographicAcademy/tree/Holograms-101].

I have been using Unity 5.50b10 and tested successfully the build of Academy 100,
I have Microsoft SDK 10.0.14393

Thanks

Best Answer

Answers

  • Thank you meng!

Sign In or Register to comment.