Disables dialogue system

Announcements, support questions, and discussion for the Dialogue System.
mudukke
Posts: 89
Joined: Wed Sep 27, 2023 4:15 am

Disables dialogue system

Post 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.
User avatar
Tony Li
Posts: 23256
Joined: Thu Jul 18, 2013 1:27 pm

Re: Disables dialogue system

Post 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.
mudukke
Posts: 89
Joined: Wed Sep 27, 2023 4:15 am

Re: Disables dialogue system

Post 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
User avatar
Tony Li
Posts: 23256
Joined: Thu Jul 18, 2013 1:27 pm

Re: Disables dialogue system

Post by Tony Li »

Hi, Is your dialogue UI a child of your Dialogue Manager?
mudukke
Posts: 89
Joined: Wed Sep 27, 2023 4:15 am

Re: Disables dialogue system

Post by mudukke »

yes it's a child of the dialogue manager
User avatar
Tony Li
Posts: 23256
Joined: Thu Jul 18, 2013 1:27 pm

Re: Disables dialogue system

Post 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?
mudukke
Posts: 89
Joined: Wed Sep 27, 2023 4:15 am

Re: Disables dialogue system

Post 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
User avatar
Tony Li
Posts: 23256
Joined: Thu Jul 18, 2013 1:27 pm

Re: Disables dialogue system

Post 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.
mudukke
Posts: 89
Joined: Wed Sep 27, 2023 4:15 am

Re: Disables dialogue system

Post by mudukke »

The character doesn't have any override ui components,
User avatar
Tony Li
Posts: 23256
Joined: Thu Jul 18, 2013 1:27 pm

Re: Disables dialogue system

Post 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?
Post Reply