Forum Discussion

FB.dtalker's avatar
FB.dtalker
Explorer
2 years ago
Solved

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...
  • arif69eee's avatar
    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 🙂 .