Search found 4 matches
- Thu May 23, 2024 8:33 pm
- Forum: Dialogue System for Unity
- Topic: Change whole Dialogue UI during conversation
- Replies: 7
- Views: 569
Re: Change whole Dialogue UI during conversation
Great, yes this got it working - I added my new UI gameobject as a child of the canvas in the Dialogue Manager gameobject in my scene, and I can now easily switch between the two UIs during a conversation. Thanks Tony!
- Thu May 23, 2024 6:36 pm
- Forum: Dialogue System for Unity
- Topic: Change whole Dialogue UI during conversation
- Replies: 7
- Views: 569
Re: Change whole Dialogue UI during conversation
Ah that makes sense, thank you. I have this set up now, but when I call the UseOtherDialogueUI function the UI just seems to go blank while the conversation continues (I've tried this with a few of the pre-made dialogue UIs to make sure it's not due to the way I've set up my UI). I noticed that when...
- Thu May 23, 2024 1:37 am
- Forum: Dialogue System for Unity
- Topic: Change whole Dialogue UI during conversation
- Replies: 7
- Views: 569
Re: Change whole Dialogue UI during conversation
Hi Tony,
Thanks for the quick response! I've had a look and I'm not sure exactly where I should be assigning this - do I need to edit the DialogueSystemController script to add a second UI prefab and write a function to be called from within a conversation?
Thanks for the quick response! I've had a look and I'm not sure exactly where I should be assigning this - do I need to edit the DialogueSystemController script to add a second UI prefab and write a function to be called from within a conversation?
- Thu May 23, 2024 12:15 am
- Forum: Dialogue System for Unity
- Topic: Change whole Dialogue UI during conversation
- Replies: 7
- Views: 569
Change whole Dialogue UI during conversation
Hi, Apologies if this has been explained elsewhere but I've done lots of searching here and haven't found an answer yet. I'm working on a scene where I want to switch from a standard interactive dialogue UI to a simple narrator "subtitles only" UI and then back again, preferably inside the...