Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
qixuan.114's avatar
qixuan.114
Explorer
2 years ago
Solved

Unity crash when try accessing scene model on Quest 3

Hello,

I'm having an issue while developing for Quest3, while debugging with Oculus Link (via USB 3.0), I can't see the 'ask for spacial data permission' popup on Quest3 after I enter the Unity Play mode. This also causes Unity to crash after a few seconds in the Play mode.

I am trying to run the sample scene of scene manager in the Unity-StarterSamples project. 

 

Circumstances that have been checked:

  1. All setups mentioned in the documentation have been completed, including configuring Oculus Link, Meta Quest Develop Hub, Quest 3, Unity. I can run other samples in the Unity StarterSamples. And scene model can be accessed if I build this as an Android APK and run it standalone.
  2. I have changed to use USB 3.2 high speed cable but still the same.
  3. I have tried to whether use this device as storage or not. All the same.

 

Device: Meta Quest 3

Quest software version: 62.0.0.273.343.570372087

Unity version: 2022.3.20f1

  • I have found the solution. The Unity crash and Scene API not working are all due to VIVE Business Streaming. After I uninstall VIVE Business Streaming, all works well.

1 Reply

  • I have found the solution. The Unity crash and Scene API not working are all due to VIVE Business Streaming. After I uninstall VIVE Business Streaming, all works well.