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
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
The text was updated successfully, but these errors were encountered:
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
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.
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
The text was updated successfully, but these errors were encountered: