Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VR does not exist in the namespace #171

Open
jschwarzwalder opened this issue Jan 26, 2018 · 2 comments
Open

VR does not exist in the namespace #171

jschwarzwalder opened this issue Jan 26, 2018 · 2 comments

Comments

@jschwarzwalder
Copy link

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

@jschwarzwalder
Copy link
Author

@meulta Ping

@zite
Copy link
Member

zite commented Jan 31, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants