Hardik Shah
Hardik Shah

Reputation: 387

Unityengine.VR assembly reference issue

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 namespaceUnityEngine.VR'. Are you missing an assembly reference?

Upvotes: 2

Views: 659

Answers (1)

Programmer
Programmer

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

Related Questions