Dialogue UI missing when scene changes

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Luckgal
Posts: 2
Joined: Tue Jan 23, 2024 10:37 pm

Dialogue UI missing when scene changes

Post by Luckgal »

I'm using the VN Template Standard Dialogue UI, but slightly modified so that the sprites are larger. Whenever I start my game and go up to the NPC, everything works perfectly. But when I go to a new scene, it says in my inspector that the Dialogue UI is missing.

(I just tested my game with the unchanged VN Template, the same thing happened)

What can I do to fix this?
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue UI missing when scene changes

Post by Tony Li »

Hi,

This sounds like the same issue that can happen with player controls. For important background info, please read: How To: Manage Player Controls and Scene Changes. If this is the case with your dialogue UI, make your dialogue UI a child of the Dialogue Manager's hierarchy (e.g., inside the Dialogue Manager's Canvas).
Luckgal
Posts: 2
Joined: Tue Jan 23, 2024 10:37 pm

Re: Dialogue UI missing when scene changes

Post by Luckgal »

That fixed it, thank you!
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue UI missing when scene changes

Post by Tony Li »

Glad to help!
Post Reply