Forum Discussion

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

[Solved]OVRManager breaking on any external calls.

HI,
Just upgraded to unity 5. The old Oculus integration worked great but updating to 0.4.4 I get the following:

Just discovered this line is retuning null. :
var ovrVersion = new System.Version(Ovr.Hmd.GetVersionString());

More specifically Ovr.Hmd.GetVersionString();

Its seams that all "extern" calls are returning null. I have no clue why. Any ideas?

Thanks!
-Matt

2 Replies

Replies have been turned off for this discussion
  • Full error:
    EntryPointNotFoundException: ovr_GetVersionString
    Ovr.Hmd.GetVersionString () (at Assets/OVR/Scripts/OvrCapi.cs:1352)
    OVRManager.Awake () (at Assets/OVR/Scripts/OVRManager.cs:335)
    UnityEngine.Object:Instantiate(GameObject)
    MainScrap:Initialize() (at Assets/Game/MainScrap.cs:18)
    Main:Start() (at Assets/Game/Main.cs:16)
  • Fixed it,
    Deleted the plugin and re-imported. Seamed to be an import error.