Re: Showing "item received" during dialogue
Posted: Sun Oct 31, 2021 8:50 pm
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.
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)
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.
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)