How to use a different Dialogue UI

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Eldritch_Horror
Posts: 28
Joined: Sun May 28, 2023 8:30 pm

How to use a different Dialogue UI

Post by Eldritch_Horror »

I have 2 levels, each with a different Dialogue UI. How I set these to switch?
User avatar
Tony Li
Posts: 21681
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to use a different Dialogue UI

Post by Tony Li »

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