How can I disable the display of other UI?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
DumplingQ
Posts: 12
Joined: Fri Apr 07, 2023 12:02 pm

How can I disable the display of other UI?

Post by DumplingQ »

How can I disable the display of other UI pop-ups during a conversation and then restore them after the conversation is over? Please help me, thank you!
User avatar
Tony Li
Posts: 22904
Joined: Thu Jul 18, 2013 1:27 pm

Re: How can I disable the display of other UI?

Post by Tony Li »

Hi,

To prevent other Dialogue System popups during conversations, inspect your Dialogue Manager's Display Settings and untick the "Allow During Conversations" options in the Bark Settings and Alert Settings sections.

For other UIs, you can check the C# property DialogueManager.isConversationActive. If it's true, don't show the other UIs.
Post Reply