Page 1 of 1

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

Posted: Mon Jul 26, 2021 9:46 pm
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.

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

Posted: Mon Jul 26, 2021 10:13 pm
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.

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

Posted: Mon Jul 26, 2021 10:18 pm
by Tony Li
Turns out that's a quick adjustment. Please try this patch:

DS_SupercedeSubtitlePanelPatch_2021-07-26.unitypackage

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

Posted: Mon Jul 26, 2021 10:37 pm
by VoodooDetective
Oh awesome!! Thanks so much!