Search found 4 matches

by StephenC
Sun Jul 10, 2022 8:23 pm
Forum: Dialogue System for Unity
Topic: Sudden Error and Possibly a Missing Script?
Replies: 2
Views: 160

Re: Sudden Error and Possibly a Missing Script?

UPDATE for more info... as I've been trying to debug I've found that if I set the subtitle panel number to default in the Dialogue actor script attached to my game object, the conversation plays. When I set it to custom, and assign the custom subtitle panel that should play for this different style ...
by StephenC
Sun Jul 10, 2022 7:41 pm
Forum: Dialogue System for Unity
Topic: Sudden Error and Possibly a Missing Script?
Replies: 2
Views: 160

Sudden Error and Possibly a Missing Script?

I have been working with the Dialogue System and using it alongside Timeline in Unity. This morning, I had everything working properly in my timeline. I've created a unique subtitle panel for a specific type of dialogue in my scenes. It's very simple, just white text. I've labeled it TL Subtitle (sh...
by StephenC
Thu Jun 30, 2022 4:30 pm
Forum: Dialogue System for Unity
Topic: Have text Start on second line
Replies: 3
Views: 210

Re: Have text Start on second line

Thank you so much for your quick response. Exactly what I was looking for!
by StephenC
Thu Jun 30, 2022 3:10 pm
Forum: Dialogue System for Unity
Topic: Have text Start on second line
Replies: 3
Views: 210

Have text Start on second line

I would like to implement something similar to the example I've attached. In this example, the character's name is displayed on line one, then the text begins on line 2. Currently, in my own project I have "Add Speaker Name" checked in the Standard UI subtitle panel. Below I have the box &...