I am using the Gideros Scene-Manager, and I was wondering if there was a simple way to restart a scene. The current method I am using right now is simply calling sceneManager:changeScene() to the scene I am currently using. However, it does not 'restart' all the event listeners or variables. Do I have to stop all the event listeners myself, or is there some simple way to do so?
Comments
Going to the same scene is the correct way how to restart the scene.