How can I disable the display of other UI?
How can I disable the display of other UI?
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!
Re: How can I disable the display of other UI?
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.
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.