System hangs on conversation START

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Poliman
Posts: 4
Joined: Sun Jul 30, 2023 12:05 pm

System hangs on conversation START

Post 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
Poliman
Posts: 4
Joined: Sun Jul 30, 2023 12:05 pm

Re: System hangs on conversation START

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

Re: System hangs on conversation START

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