Page 2 of 2

Re: Dialogue UI hangs after reset

Posted: Wed May 16, 2018 10:54 am
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!

Re: Dialogue UI hangs after reset

Posted: Wed May 16, 2018 11:01 am
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.