Showing "item received" during dialogue

Announcements, support questions, and discussion for the Dialogue System.
jlhacode
Posts: 77
Joined: Fri Jul 03, 2020 6:23 am

Re: Showing "item received" during dialogue

Post by jlhacode »

Yeah, the continue button is part of the UI panel, and it stays open when the response menu gets shown.

There was mistake on my earlier post - onEnd isn't being hit after I press the response, my bad. The issue remains though. For some reason or another, the continue button shows for the briefest of moments after selecting a response menu item.

To debug this further, I added an OnEnable method to the StandardUIContinueButtonFastForward script. OnEnable seems to always gets hit when either my dialogue starts, the dialogue continue button is hit, or a response menu button is selected.
Screen Shot 2021-10-31 at 5.41.15 PM.png
Screen Shot 2021-10-31 at 5.41.15 PM.png (637.17 KiB) Viewed 906 times
The default sequence in my DialogueSystemController is Delay({{end}}) and there aren't any overrides to it in any of the nodes that I'm testing.

(I'm using DialogueSystem 2.2.11)
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Showing "item received" during dialogue

Post by Tony Li »

Hi,

There have been many improvements to the dialogue UI code since 2.2.11. Would it be possible for you to back up your project and then see if the issue no longer occurs in version 2.2.22?
jlhacode
Posts: 77
Joined: Fri Jul 03, 2020 6:23 am

Re: Showing "item received" during dialogue

Post by jlhacode »

Updated to 2.2.22, but unfortunately still running into the same issue.

Here's the call stack:
Screen Shot 2021-10-31 at 7.40.53 PM.png
Screen Shot 2021-10-31 at 7.40.53 PM.png (736.26 KiB) Viewed 904 times
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Showing "item received" during dialogue

Post by Tony Li »

Can you send a reproduction project to tony (at) pixelcrushers.com? The stack trace in your screenshot looks like a subtitle is playing, not a response menu. If you can send a reproduction project and reproduction steps, I'll check it first thing in the morning.
jlhacode
Posts: 77
Joined: Fri Jul 03, 2020 6:23 am

Re: Showing "item received" during dialogue

Post by jlhacode »

Schedule's pretty busy tomorrow morning, but I might be able to make a repro project before noon! (California time)
jlhacode
Posts: 77
Joined: Fri Jul 03, 2020 6:23 am

Re: Showing "item received" during dialogue

Post by jlhacode »

Link to the repro project has been emailed to you. The Unity version I'm using is 2020.3.19f1.
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Showing "item received" during dialogue

Post by Tony Li »

Thanks. I'm downloading it now. I'll check it out and reply back today or tomorrow morning at the latest.
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Showing "item received" during dialogue

Post by Tony Li »

Hi,

I replied to your email. If you don't receive it, please let me know.
Post Reply