Page 1 of 1
Keeping last conversation subtitle
Posted: Tue Nov 16, 2021 4:37 am
by forrestuv
Hi,
I need to keep last conversation subtitle visible even if conversation ended, having btw FinishedSubtitleHandler firing the event.
thx
Re: Keeping last conversation subtitle
Posted: Tue Nov 16, 2021 8:01 am
by Tony Li
Hi,
There are two ways you can do this:
1. Leave the dialogue UI open when conversations end. Remove the Animators from the Dialogue Panel and subtitle panels. Clear the Show/Hide Animation Trigger fields. Untick the Deactivate Main Panel, Wait For Close, and Deactivate On Close checkboxes on the panels and the Standard Dialogue UI component.
2. Or copy the last subtitle's content into a separate UI that's not part of the dialogue UI. When the dialogue UI closes and disappears, this separate UI will remain.