Forum Discussion
hoesterey
10 years agoProtege
[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
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
- hoestereyProtegeFull 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) - hoestereyProtegeFixed it,
Deleted the plugin and re-imported. Seamed to be an import error.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 1 year ago