Page 1 of 2
Disables dialogue system
Posted: Mon Jan 13, 2025 5:57 am
by mudukke
I have an opening seqeunce in a scene that plays a video and then opens the next, which has the dialogue system; however, it seems to disable the dialogue system and triggers no dialogue.
Re: Disables dialogue system
Posted: Mon Jan 13, 2025 10:07 am
by Tony Li
Hi,
It'll be easiest to put your configured Dialogue Manager GameObject in the first scene in build settings. You can configure your Dialogue Manager, drag it into the Project view to make a prefab variant, and then add this prefab variant to any and all scenes, including the first scene in build settings.
Re: Disables dialogue system
Posted: Sat Jan 25, 2025 3:46 am
by mudukke
I created the dialogue manager variant and placed it in the first scene; however, when it goes to next scene, if skip a scene, it disables UI
Re: Disables dialogue system
Posted: Sat Jan 25, 2025 3:58 pm
by Tony Li
Hi, Is your dialogue UI a child of your Dialogue Manager?
Re: Disables dialogue system
Posted: Sun Jan 26, 2025 2:05 am
by mudukke
yes it's a child of the dialogue manager
Re: Disables dialogue system
Posted: Sun Jan 26, 2025 8:35 am
by Tony Li
In what way does it disable the UI? Does the entire Dialogue Manager GameObject get deactivated? Does its Dialogue UI field get unassigned?
Re: Disables dialogue system
Posted: Mon Jan 27, 2025 2:34 pm
by mudukke
In the opening sequence, I am using ui override on timeline but instead it reverts to the original UI. It somehow deactivates ui override UI
Re: Disables dialogue system
Posted: Mon Jan 27, 2025 9:23 pm
by Tony Li
Do the characters involved in the conversation have Override Dialogue UI components by any chance? That might affect what UI gets used.
Re: Disables dialogue system
Posted: Tue Jan 28, 2025 1:17 pm
by mudukke
The character doesn't have any override ui components,
Re: Disables dialogue system
Posted: Tue Jan 28, 2025 2:32 pm
by Tony Li
Hi,
Are you using DS version 2.2.50.1? If not, can you back up your project and update?
If that doesn't help, are there any errors or warnings in the Console window?