Keeping last conversation subtitle

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
forrestuv
Posts: 64
Joined: Tue Nov 06, 2018 11:28 am

Keeping last conversation subtitle

Post by forrestuv »

Hi,
I need to keep last conversation subtitle visible even if conversation ended, having btw FinishedSubtitleHandler firing the event.
thx
User avatar
Tony Li
Posts: 21981
Joined: Thu Jul 18, 2013 1:27 pm

Re: Keeping last conversation subtitle

Post 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.
Post Reply