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?
Dialogue UI missing when scene changes
Re: Dialogue UI missing when scene changes
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).
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
That fixed it, thank you!
Re: Dialogue UI missing when scene changes
Glad to help!