SubtitlePanel - Wait for Close Bug (Open called before Close)

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
VoodooDetective
Posts: 222
Joined: Wed Jan 22, 2020 10:48 pm

SubtitlePanel - Wait for Close Bug (Open called before Close)

Post by VoodooDetective »

Example Conversation:
PC: Hello
NPC: Hi

I just noticed that when this conversation plays, Open(NPC Panel) is called before Close(PC Panel) when we hit the "Hi" node. This causes "Wait for Close" to fail because nothing is closing when ShowSubtitle() is called in StandardUISubtitlePanel.
User avatar
Tony Li
Posts: 21987
Joined: Thu Jul 18, 2013 1:27 pm

Re: SubtitlePanel - Wait for Close Bug (Open called before Close)

Post by Tony Li »

Got it. This happens when the panels are set to Until Superceded. I'll fix this in 2.2.19 and try to post a patch here by the end of tomorrow.
User avatar
Tony Li
Posts: 21987
Joined: Thu Jul 18, 2013 1:27 pm

Re: SubtitlePanel - Wait for Close Bug (Open called before Close)

Post by Tony Li »

Turns out that's a quick adjustment. Please try this patch:

DS_SupercedeSubtitlePanelPatch_2021-07-26.unitypackage
VoodooDetective
Posts: 222
Joined: Wed Jan 22, 2020 10:48 pm

Re: SubtitlePanel - Wait for Close Bug (Open called before Close)

Post by VoodooDetective »

Oh awesome!! Thanks so much!
Post Reply