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

Unable to import Valve.VR namespace into my Unity 2019.3 script #709

Closed
BenderJacob opened this issue May 3, 2020 · 3 comments
Closed
Labels
Unity issue An issue that unity needs to fix

Comments

@BenderJacob
Copy link

Unity Version: 2019.3.12f1
SteamVR Plugin Version: 2.5.0 (sdk 1.8.19)

What happens is I create a new project, Import the valve vr plugin from the unity asset store, Create a new CS script and then try adding using Valve.VR;to the top of my script in the imports but then I get an error saying "The type or namespace name 'VR' does not exist in the namespace 'Valve'".

The only namespace in the Valve namespace is "Newtonsoft" so it sees the Valve namespace but not anything in the valve namespace

@BenderJacob BenderJacob changed the title Unable to import Valve.VR into my Unity 2019.3 project Unable to import Valve.VR namespace into my Unity 2019.3 script May 3, 2020
@The-Beekeeper
Copy link

I had a similar problem yesterday, here's a link to my post with my workaround. There seems to be something wrong with 2019.3, because it works with 2018.4 and 2020.1.

@zite zite added the Unity issue An issue that unity needs to fix label May 4, 2020
@zite
Copy link
Collaborator

zite commented May 4, 2020

This is apparently strictly a Unity 2019.3.12f1 issue. It does not happen with 2019.3.11f1. I'd recommend downgrading to that: https://unity3d.com/get-unity/download/archive

@zite zite closed this as completed May 4, 2020
@zidik
Copy link

zidik commented May 11, 2020

Thanks, @zite for the pointer!
I can confirm, that the specific version Unity 2019.3.12f1 was the culprit. Upgrading to 2019.3.13f1 resolved it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Unity issue An issue that unity needs to fix
Projects
None yet
Development

No branches or pull requests

4 participants