Disable Boundary System when Creating a Meta Quest Game
Disable Boundary System when Creating a Meta Quest Game with Unity
just following the these:
- open the player setting window;
- find the Custom Main Mainifest option in publishing settings
- open the AndroidManifest.xml file and add the following code
1
<uses-feature android:name="com.oculus.feature.CONTEXTUAL_BOUNDARYLESS_APP" android:required="true" />
- and done.
Disable Boundary System when Creating a Meta Quest Game
https://dtover.github.io/2023/12/06/Disable-Boundary-System-when-Creating-a-Meta-Quest-Game/