loadScene will stop the previous scene, you can’t go back like the old popScene API, you need to reload the previous scene if you want to go back. As for memory leak, we don’t save the scene asset, it will be deleted once returned from the loader
1 Like