Search found 78 matches

by gblekkenhorst
Mon Aug 16, 2021 3:19 pm
Forum: Dialogue System for Unity
Topic: assign different text panel to actors
Replies: 15
Views: 2372

Re: assign different text panel to actors

Only during content worked, but now it's really obvious how long the fade between dialogue panels are. I found some older mention on the forums about editing the canvas group animation controller, but the references show a different layout and I think perhaps something weird is going on with my part...
by gblekkenhorst
Fri Aug 13, 2021 4:50 pm
Forum: Dialogue System for Unity
Topic: assign different text panel to actors
Replies: 15
Views: 2372

Re: assign different text panel to actors

Thanks for your help so far! But I have run into another issue - the NPC dialogue does not disappear when the player has response choices. How do I implement this? I already have Show NPC Subtitles With Responses unchecked.
by gblekkenhorst
Thu Aug 05, 2021 5:18 pm
Forum: Dialogue System for Unity
Topic: assign different text panel to actors
Replies: 15
Views: 2372

Re: assign different text panel to actors

Assigning the continue button worked! I must have changed an option somewhere, I broke something. Previously when I hit enter, it would complete the typewriter effect, then when I hit enter again it would skip to the next panel. Now it's skipping to the next panel on the first time i hit enter. I co...
by gblekkenhorst
Thu Aug 05, 2021 1:45 pm
Forum: Dialogue System for Unity
Topic: assign different text panel to actors
Replies: 15
Views: 2372

Re: assign different text panel to actors

Assigning a custom subtitle text to each box actually works better for us anyway, since our text boxes have slightly different shapes. This stopped the text from cutting out, but now I have an issue where when it switches text boxes in a single conversation there is no continue button, so the conver...
by gblekkenhorst
Tue Aug 03, 2021 5:24 pm
Forum: Dialogue System for Unity
Topic: assign different text panel to actors
Replies: 15
Views: 2372

Re: assign different text panel to actors

I checked the debug, it doesn't look like it's doing anything differently then it did in the previous conversation. After some experimentation I've discovered it's not two nodes in, it's actually when the nodes change mid conversation. For example: Conversation 1: Caption panel all the way through, ...
by gblekkenhorst
Fri Jul 30, 2021 4:43 pm
Forum: Dialogue System for Unity
Topic: assign different text panel to actors
Replies: 15
Views: 2372

Re: assign different text panel to actors

I ran into another issue - When I implement this, my conversations stop at a certain point, seems to be after the second dialogue node of a conversation. Do you have any advice https://lh5.googleusercontent.com/O1B_CiqVGCpR-qdcH0Cy6ZwOU8Lu_AiFSwhXlXn-QRhyrWjA2EcVGolUxJAlVyotBiSC8s0JoPag4r2wPNzWBMAYy...
by gblekkenhorst
Wed Jul 28, 2021 7:21 pm
Forum: Dialogue System for Unity
Topic: assign different text panel to actors
Replies: 15
Views: 2372

Re: assign different text panel to actors

Thank you that worked!
by gblekkenhorst
Wed Jul 28, 2021 5:00 pm
Forum: Dialogue System for Unity
Topic: assign different text panel to actors
Replies: 15
Views: 2372

assign different text panel to actors

In our game, we'd like to assign a different Text Panel image to each actor- the background of the dialogue text, in addition to the subtitle portrait image. Is there a way to do this? If it's in the Dialogue Actor script options i'm not understanding it. Thank you!