I wanted to ask on how to reuse my own dialogue UI made following the second UI tutorial:
https://youtu.be/-E4n_Yj6Rbk
I made my personal UI but when I make a new scene I do not know how to reuse it. Can if be dragged and dropped? I tried to look on how to do it but I couldn't figure it out.
Thanks in advanced
Re using my personal dialogue UI
Re: Re using my personal dialogue UI
Hi,
Make sure your dialogue UI is saved as a prefab asset or is a child of the Dialogue Manager GameObject's hierarchy (e.g., inside the Dialogue Manager's Canvas). Then assign it to the Dialogue Manager's Display Settings > Dialogue UI field.
Make sure your dialogue UI is saved as a prefab asset or is a child of the Dialogue Manager GameObject's hierarchy (e.g., inside the Dialogue Manager's Canvas). Then assign it to the Dialogue Manager's Display Settings > Dialogue UI field.
-
- Posts: 2
- Joined: Mon Feb 27, 2023 3:17 am
Re: Re using my personal dialogue UI
Thanks! I forgot how to do it!
Re: Re using my personal dialogue UI
Glad to help!