04-24-2024 01:20 AM
Hi, as you know we don't need guardian any more with mixed reality
While looking for a solution for this I found this code under unity topic
<uses-feature android:name="com.oculus.feature.CONTEXTUAL_BOUNDARYLESS_APP" android:required="true" />
They just adding this to AndroidManifest.xml for unity
Solved! Go to Solution.
04-24-2024 08:37 AM
1. go to project\build\Android\, add a empty new file "ManifestRequirementsOverride.txt", add the line
<uses-feature android:name="com.oculus.feature.CONTEXTUAL_BOUNDARYLESS_APP" android:required="true" />
2. build the package and install it into headset.
3. when you open the app, it will give you some tips about no guardian.
04-24-2024 08:37 AM
1. go to project\build\Android\, add a empty new file "ManifestRequirementsOverride.txt", add the line
<uses-feature android:name="com.oculus.feature.CONTEXTUAL_BOUNDARYLESS_APP" android:required="true" />
2. build the package and install it into headset.
3. when you open the app, it will give you some tips about no guardian.
05-04-2024 02:34 PM
I can't thank you enough This answer is very valuable to me. 🙏
05-13-2024 04:00 AM
Please give this Feature Request a bump: https://communityforums.atmeta.com/t5/Ideas/Allow-apps-to-disable-boundary-CONTEXTUAL-BOUNDARYLESS-A...
11-27-2024 07:16 AM
Hello! I tried using your solution but my app won't open. Can you still use this functionality now?
11-27-2024 11:55 AM
Definitely. I have two apps in the Meta Store (PozeAR and SprintAR) using this feature.
11-30-2024 07:29 AM
Hi @dts.entrenamiento
Thank you for sharing your experience with us ! We understand that you are having issues with using one of your apps. In order to receive the best help in your situation, you should contact our Developer Support Team, they will be more than happy to assist you with the issue you are encountering!
If you need further help, please don't hesitate to reach back out to us!
Keep the conversation going, we love to see the support within our Community! 🙂
yesterday
The accepted solution here involving ManifestRequirementsOverride.txt causes my MR Template app to crash on launch.
Luckily, I found that I can just turn on these two checkboxes to do this.