Forum Discussion

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

Oculus Unity Error ovrp_SetupDisplaySymbols

Hi, guys !
I've got oculus integration in my unity VR game. Every time i open it it shows warning message: VR: Oculus could not be loaded: Failed to load symbol_ovrpSetupDisplayObjects. And oculus doesnt work; but rebuilding Library strangely helps and oculus start working until i close Unity and open it again. So, i need you help guys, cause this procedure takes a lot of time and very annoying...

2 Replies

Replies have been turned off for this discussion
  • What Unity version and OS are you using? What platform are you targeting (Rift or Gear VR)? Can you share logs from the editor? If it's Gear VR can you share the output of "adb logcat"?
  • well, i've solved this problem, It was due to moving my project from Unity 5.3.6 to Unity 5.4; targeting platform is Oculus; 5.3.6 contains dll OVRplugin which 5.4.0 doesnt need. Removing this dll solves the problem !