Dialogue Manager not showing under DontDestroyOnLoad when built

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
jlhacode
Posts: 77
Joined: Fri Jul 03, 2020 6:23 am

Dialogue Manager not showing under DontDestroyOnLoad when built

Post by jlhacode »

I can run the project and interact with Dialogue Manager perfectly when Unity is freshly launched and played in the editor, however, this isn't the case when I build the project for Android or iOS.

I've noticed that the Dialogue Manager might not be getting instantiated, because I'm not seeing it under DontDestroyOnLoad when the project is run after being built. Has anyone else run into this problem before? I'm on Unity 2019.2.21f1.
jlhacode
Posts: 77
Joined: Fri Jul 03, 2020 6:23 am

Re: Dialogue Manager not showing under DontDestroyOnLoad when built

Post by jlhacode »

I found the solution to my issue. For some reason unselecting and reselecting Dont Destroy On Load (under "Other Settings") in the Dialogue System Controller fixed the problem.
Post Reply