I am having an issue where my NPC's previous dialogue block is being displayed for a split second just after the player chooses a response, just before the next NPC dialogue is displayed. I am using the typewriter text display and a continue button.
Example Flow:
1) NPC: What is your name?
2) Player Clicks Next Button
3) Player Choices:
Dave
Toni
Bob
Wanda
4) Player Chooses Response Toni
5a) NPC: What is your name?(split second, barely noticeable)
5b) NPC: What a cool name!
Issue with previous NPC dialogue displaying for split second after response
Re: Issue with previous NPC dialogue displaying for split second after response
Hi,
The cause depends on how your dialogue UI is set up. Try ticking the subtitle panel's Wait For Close and Clear Text On Close checkboxes. Or, if it fits with your design, change the Visibility to Always Once Shown or Always From Start.
The cause depends on how your dialogue UI is set up. Try ticking the subtitle panel's Wait For Close and Clear Text On Close checkboxes. Or, if it fits with your design, change the Visibility to Always Once Shown or Always From Start.
Re: Issue with previous NPC dialogue displaying for split second after response
Selecting Only During Content on Visibility of the NPC Subtitle Panel did the trick.
Thank you for the prompt reply and pointing me in the right direction!
Thank you for the prompt reply and pointing me in the right direction!