Page 1 of 1

Dialogue UI missing when scene changes

Posted: Tue Jan 23, 2024 10:42 pm
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?

Re: Dialogue UI missing when scene changes

Posted: Wed Jan 24, 2024 8:40 am
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).

Re: Dialogue UI missing when scene changes

Posted: Wed Jan 24, 2024 9:36 pm
by Luckgal
That fixed it, thank you!

Re: Dialogue UI missing when scene changes

Posted: Wed Jan 24, 2024 9:38 pm
by Tony Li
Glad to help!