Troubles with Reloading the Scene
-
- Posts: 3
- Joined: Thu Jun 06, 2024 9:37 pm
Troubles with Reloading the Scene
When I try and reload the scene, since the dialogue manager is a DontDestoryOnLoad object, my conversations don't reset. Was wondering how the Dialogue System handles saving and reloading scenes?
Re: Troubles with Reloading the Scene
Hi,
I'm not sure what your requirements are. You may be interested in: How To: Change Scenes With Save System
Alternatively, if you want to start each scene with a clean slate instead of allowing Dialogue System info to survive scene changes, you can untick the Dialogue Manager's Other Settings > Don't Destroy On Load checkbox and the Input Device Manager component's Singleton checkbox.
I'm not sure what your requirements are. You may be interested in: How To: Change Scenes With Save System
Alternatively, if you want to start each scene with a clean slate instead of allowing Dialogue System info to survive scene changes, you can untick the Dialogue Manager's Other Settings > Don't Destroy On Load checkbox and the Input Device Manager component's Singleton checkbox.