Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
bjorn.syse's avatar
bjorn.syse
Protege
5 years ago

Reload scene (Unity)

Hi, what would be the way to reload a scene / restart app/game on Quest when developing in Unity?

Regards

- Björn

1 Reply

  • To load a scene https://docs.unity3d.com/ScriptReference/SceneManagement.SceneManager.LoadScene.html

    To restart the app you need to perform an app shutdown through the quest os or application.quit then manually restart, theres no automated method for this