Disable Boundary System when Creating a Meta Quest Game

Disable Boundary System when Creating a Meta Quest Game with Unity

just following the these:

  1. open the player setting window;
    image_2023-12-06-20-43-55
  2. find the Custom Main Mainifest option in publishing settings
    image_2023-12-06-20-45-50
  3. open the AndroidManifest.xml file and add the following code
    1
    <uses-feature android:name="com.oculus.feature.CONTEXTUAL_BOUNDARYLESS_APP" android:required="true" />
  4. 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/
作者
John Doe
发布于
2023年12月6日
许可协议