Page 1 of 1

System hangs on conversation START

Posted: Sun Jul 30, 2023 12:18 pm
by Poliman
Hi,

first of all Many Thanks for your software. It is working perfectly and it's very suitable for integrating into other systems.

But recently I encountered an issue with starting the conversation.

It all was working flawlessly for 2 weeks programming but from now on it is hanging without any reason.
The only thing helping is to close the project and restart it. Then it's working perfectly again with randomly hanging the conversation, when this happens there is in the conversation that was started, the START node is green but it doesn't go to the next node step.

Please tell me how we can debug it to see what is stopping it.

I can only think one thing that we have changed with the event system but I don't think it is relevant or not with this hanging with conversation, cuz like I said cannot recreate it, maybe it hangs after something but didn't recognize the pattern of bug

Re: System hangs on conversation START

Posted: Sun Jul 30, 2023 1:33 pm
by Poliman
Case solved:
I am doing from script Pause() and Unpause(), and if you turn off playmode in editor when Pause() was made last, Dialogue System remembers it on next Play, doing Unpause() on App start solved the issue.

Re: System hangs on conversation START

Posted: Sun Jul 30, 2023 3:19 pm
by Tony Li
Hi,

Yes, that's an issue in the Unity editor. If you exit play mode while Unity's time scale is set to zero, it fails to reset it back to 1. Anyway, it sounds like you've found the issue and can work around it.