Troubles with Reloading the Scene

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
pizzadelivery3
Posts: 3
Joined: Thu Jun 06, 2024 9:37 pm

Troubles with Reloading the Scene

Post by pizzadelivery3 »

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?
User avatar
Tony Li
Posts: 22108
Joined: Thu Jul 18, 2013 1:27 pm

Re: Troubles with Reloading the Scene

Post by Tony Li »

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.
Post Reply