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.
SubtitlePanel - Wait for Close Bug (Open called before Close)
-
- Posts: 222
- Joined: Wed Jan 22, 2020 10:48 pm
Re: SubtitlePanel - Wait for Close Bug (Open called before Close)
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)
Turns out that's a quick adjustment. Please try this patch:
DS_SupercedeSubtitlePanelPatch_2021-07-26.unitypackage
DS_SupercedeSubtitlePanelPatch_2021-07-26.unitypackage
-
- Posts: 222
- Joined: Wed Jan 22, 2020 10:48 pm
Re: SubtitlePanel - Wait for Close Bug (Open called before Close)
Oh awesome!! Thanks so much!