Search found 5 matches

by EmmaC
Sat Feb 24, 2024 8:34 pm
Forum: Dialogue System for Unity
Topic: Dialogs stops using the second subtitle panel after a while
Replies: 1
Views: 71

Dialogs stops using the second subtitle panel after a while

Hi 👋 I have simple (no choice) dialogs between player and different NPC in about 10 scenes in total. I have 2 subtitle panels setup in dialog manager. When running the game the conversations in the first few scenes work like a charm, but after scene 6 it suddenly stop using the second dialog panel. ...
by EmmaC
Fri Feb 02, 2024 8:23 am
Forum: Dialogue System for Unity
Topic: Play different audio clips for character and NPC
Replies: 7
Views: 674

Re: Play different audio clips for character and NPC

That solved my problem! Thank you so much!
by EmmaC
Fri Feb 02, 2024 6:13 am
Forum: Dialogue System for Unity
Topic: Play different audio clips for character and NPC
Replies: 7
Views: 674

Re: Play different audio clips for character and NPC

<t>Sorry Tony I still don't quite understand how to set a panel number. I am trying to use 2 subtitle panels so I can maintain different typewriter effects for player and NPC. At the moment, when the NPC starts the conversation, the player subtitles appear while NPC subtitles remain on screen. I am ...
by EmmaC
Thu Feb 01, 2024 8:40 am
Forum: Dialogue System for Unity
Topic: Play different audio clips for character and NPC
Replies: 7
Views: 674

Re: Play different audio clips for character and NPC

Thanks for the swift reply. How do I set the subtitle panel number? Make a copy of the subtitle panel for each character, and assign them to the Standard Dialogue UI's list of subtitle panels. Add a Dialogue Actor component to each character, and select the subtitle panel number to use (e.g., 0 for ...
by EmmaC
Tue Jan 30, 2024 6:31 am
Forum: Dialogue System for Unity
Topic: Play different audio clips for character and NPC
Replies: 7
Views: 674

Play different audio clips for character and NPC

I am using the JRPG standard dialog template for a simple conversation (no choices) between player and NPC. I am trying to use 2 different sets of audio clips for the 2 characters via the unity UI typewriter effect. As the subtitle text is shared between the 2 characters I am not able to differentia...