You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assets/NewtonVR/WindowsMR/NVRWindowsMRIntegration.cs(88,42): error CS0234: The type or namespace name VR' does not exist in the namespace UnityEngine.Experimental'. Are you missing an assembly reference?
I tried adding the newest version of NewtonVR to my project and got the following compiler error.
I tried using Unity 5.6.5 and 2017.2.1
I
The text was updated successfully, but these errors were encountered:
As far as I can tell Unity renamed the VR namespace to XR in 2017.2. And the compiler define should reflect that. I tried with 2017.2.0p2, MRTP which seemed to work, I'll try again with 2017.2.1 as soon as I get a chance.
In the meantime you can try using 2017.2.1 and changing it from VR to XR in the places that it says VR doesn't exist.
Assets/NewtonVR/WindowsMR/NVRWindowsMRIntegration.cs(88,42): error CS0234: The type or namespace name
VR' does not exist in the namespace
UnityEngine.Experimental'. Are you missing an assembly reference?I tried adding the newest version of NewtonVR to my project and got the following compiler error.
I tried using Unity 5.6.5 and 2017.2.1
I
The text was updated successfully, but these errors were encountered: