Forum Discussion
FB.dtalker
2 years agoExplorer
Unable to load OVRMrcLib.so
Hello everyone, I've encountered an issue with my project when I'm trying to make my unity game support mixed reality capture. I was able to successfully select my webcam on my desktop and connect o...
- 2 years ago
Hi,
Thanks for your reply!
I was already able to solve the issue! Here is how I solved it (it might help others who are facing the issue) -
1. I removed the "Oculus Integration" from my project
2. Installed the "Meta XR Core SDK"
3. Added following entry to AndroidManifest.xml
<uses-native-library android:name="libOVRMrcLib.oculus.so" android:required="true" />
Thanks π .
arif69eee
2 years agoExplorer
Hi,
Thanks for posting this issue! I am also getting exactly the same error.
Did you get any solution please?
Thanks!
FB.dtalker
2 years agoExplorer
Oh, yes. I found a way to solve the promble and it works.
However, I found it may solved in the Oculus Integration SDK v57, a few days ago . (Now it update to v59)
I recommand you try the new version of the sdk first, and it will load the dll from system lib automatically.
If even with the new version you still can't load OVRMrcLib.so, you can try to put the OVRMrcLib.so into your unity plugin folder just like:
In this way, .so file will be packed with the apk. I don't recommend this because it might not work on different version of quest.
----
You can get OVRMrcLib.so by:
adb pull "/system/lib/libOVRMrcLib.oculus.so" "CopyToPath"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
- 4 years ago
- 6 years ago
- 1 year ago