Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Anonymous's avatar
Anonymous
12 years ago

error CS0246: The type or namespace name `OVR' could not be

updated the SDK in Unity 4.5.5f1, I'm getting this error...any ideas? Thanks!

Assets/OVR/Scripts/OVRCamera.cs(28,7): error CS0246: The type or namespace name `OVR' could not be found. Are you missing a using directive or an assembly reference?

2 Replies

Replies have been turned off for this discussion
  • You need to completely remove the previous SDK before upgrading to the new one. If you look at the oculus unity intergration guide in the documentation there is a migration section. I think that should clear up that error.
  • Anonymous's avatar
    Anonymous
    good call, thanks I missed that section!

    Edit: that did it, thanks