Preventing Dialogue UI to hide at the end of conversation / Always show

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Error412
Posts: 23
Joined: Sat Feb 05, 2022 4:52 am

Preventing Dialogue UI to hide at the end of conversation / Always show

Post by Error412 »

Hi, I would like the Dialogue UI to be always present on screen, as a sort of chat that keeps showing even when the conversation finished.
I had some luck achieving this with the SMS dialogue UI by disabling the "Deactivate on Hidden" for the dialogue panel object (not sure if it is the right way but it worked..).
Unfortunately I wasn't able to do the same for the Scrolling Dialogue GUI, that setting doesn't affect it. I tried a lot of combinations of apparently related checkbox in the inspector like "don't deactivate main panel" but none worked unfortunately.
User avatar
Tony Li
Posts: 21722
Joined: Thu Jul 18, 2013 1:27 pm

Re: Preventing Dialogue UI to hide at the end of conversation / Always show

Post by Tony Li »

Hi,

Use these settings:
  • Scrolling Dialogue UI: Standard Dialogue UI component > Conversation UI Elements > tick Don't Deactivate Main Panel, UNtick Wait For Close.
  • Dialogue Panel: Remove Animator.
  • Subtitle Panel Info: Standard UI Subtitle Panel component > UNtick Deactivate On Hidden, Clear Text On Close.
Post Reply