Hi,
I need to keep last conversation subtitle visible even if conversation ended, having btw FinishedSubtitleHandler firing the event.
thx
Keeping last conversation subtitle
Re: Keeping last conversation subtitle
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.
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.