Dialogue UI hangs after reset

Announcements, support questions, and discussion for the Dialogue System.
EgilSandfeld
Posts: 11
Joined: Mon May 14, 2018 5:57 am

Re: Dialogue UI hangs after reset

Post by EgilSandfeld »

Tony, you're the man!

With your scene I was indeed able to acknowledge that the issue was not on your side of things - it was on mine.
When going to the menu, I called

Code: Select all

DialogueManager.Pause();
And of course I forgot to

Code: Select all

DialogueManager.Unpause();
in every different scenario a player would take up playing again


Sorry for taking much of your time. I'll write a 5-star review on Unity Asset Store, because you and DS rock!
User avatar
Tony Li
Posts: 22059
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue UI hangs after reset

Post by Tony Li »

Thanks! I'm glad you were able to get to the bottom of it. When your project gets to the point where you go public, please feel free to post a link so we can follow its progress.
Post Reply