Conversation stops after first node

Announcements, support questions, and discussion for the Dialogue System.
OneManOnMars
Posts: 105
Joined: Tue Apr 05, 2016 9:37 am

Re: Conversation stops after first node

Post by OneManOnMars »

Thant sounds great!

Image

Speech Bubble Dialogue UI> Unity UIDialogueUI.OnContinue
User avatar
Tony Li
Posts: 21061
Joined: Thu Jul 18, 2013 1:27 pm

Re: Conversation stops after first node

Post by Tony Li »

Aha! When the scene reloads, the old Dialogue Manager remains, in order to keep its Lua environment with all its variable changes, etc. But the newly-loaded speech bubble UI's continue button points to the new Dialogue Manager. Then the old Dialogue Manager destroys the new Dialogue Manager to ensure that there's only one. This leaves the continue button disconnected.

I'm publishing a Dialogue System patch today. It will include a fix for this. You won't need to do anything. The patch should automatically fix the issue.
OneManOnMars
Posts: 105
Joined: Tue Apr 05, 2016 9:37 am

Re: Conversation stops after first node

Post by OneManOnMars »

Awesome Tony! :D

Thank you very much!

Will the patch be released via the asset store?
User avatar
Tony Li
Posts: 21061
Joined: Thu Jul 18, 2013 1:27 pm

Re: Conversation stops after first node

Post by Tony Li »

The full version will be released on the Asset Store in a couple weeks. The patch will be on the Pixel Crushers customer download site. If you don't have access to the customer download site, please PM me your Unity Asset Store invoice number. In case you're using the evaluation version, I'll update that, too.
OneManOnMars
Posts: 105
Joined: Tue Apr 05, 2016 9:37 am

Re: Conversation stops after first node

Post by OneManOnMars »

No, I have the full version, I would feel very bad if I had not! I am just not sure where to find the download area. Will send you the number.
OneManOnMars
Posts: 105
Joined: Tue Apr 05, 2016 9:37 am

Re: Conversation stops after first node

Post by OneManOnMars »

Installed the patch! Works! Thank you very much!
User avatar
Tony Li
Posts: 21061
Joined: Thu Jul 18, 2013 1:27 pm

Re: Conversation stops after first node

Post by Tony Li »

Happy to help! Sorry about the bug!
Post Reply