How to use a different Dialogue UI
-
- Posts: 28
- Joined: Sun May 28, 2023 8:30 pm
How to use a different Dialogue UI
I have 2 levels, each with a different Dialogue UI. How I set these to switch?
Re: How to use a different Dialogue UI
Hi,
Add an Override Dialogue UI component to one of the two primary participant GameObjects, and assign the dialogue UI.
Alternatively, in C# use DialogueManager.UseDialogueUI(x).
Add an Override Dialogue UI component to one of the two primary participant GameObjects, and assign the dialogue UI.
Alternatively, in C# use DialogueManager.UseDialogueUI(x).