Forum Discussion

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

Rift no longer working in Unity Editor - Please help

I have no idea why, but my Rift suddenly no longer works in the editor, works fine in the build though...

I get the following error when trying to play in unity

VR: Oculus could not be loaded: Failed to load symbol ovrp_GetAdapterId.

Anyone know what this means or how to fix it?

2 Replies

Replies have been turned off for this discussion
  • What Unity version are you using? I would recommend 5.3.1p2. Also double-check you don't have a file named OVRPlugin.dll in your project. There is a version built into Unity that exports a function ovrp_GetAdapterId. I just double-checked and the function is indeed there, so this error is probably caused by an out-of-date OVRPlugin from somewhere else.
  • You sir are a legend. It was indeed a bunch of out of date plugins. Once I deleted them the game works fine again :)

    Thank you so much for helping me out!