05-24-2021 09:32 AM
06-12-2021 11:44 AM
Hi, I think, problem is the same as this thread. In that case, i advice you to check up your third party assets imported first. --> https://forums.oculusvr.com/t5/Unity-Development/This-app-uses-permission-s-that-are-not-compatible-...
06-12-2021 01:03 PM
Of course, there is always a wrong dirty working way. OVRManifestPreprocessor, function PatchAndroidManifest, and add this code
AddOrRemoveTag(doc,
androidNamepsaceURI,
"/manifest",
"uses-permission",
"android.permission.CAMERA",
false,
modifyIfFound: true);