Reputation: 387
I am new to Unity development with visual studio.
I have installed 5.4.2 version and opened one project and getting following error.
Assets/Holograms/Support/Spatial Mapping/SpatialMapping.cs(2,22): error CS0234: The type or namespace name WSA' does not exist in the namespace
UnityEngine.VR'. Are you missing an assembly reference?
Upvotes: 2
Views: 659
Reputation: 125275
You cannot use the normal Unity version to build for Hololens. Native Hololens support will lileky be in Unity 5.5 release. Right now, you need Unity HoloLens Technical Preview to build for Hololens. You can get that from here.
For other requirements for building Hololens app in Unity, you can check here.
Upvotes: 2