Search found 7 matches

by paul2205
Tue Sep 03, 2024 12:52 pm
Forum: Dialogue System for Unity
Topic: How to get faster iterations
Replies: 5
Views: 202

Re: How to get faster iterations

Thank you
by paul2205
Mon Sep 02, 2024 4:28 pm
Forum: Dialogue System for Unity
Topic: How to get faster iterations
Replies: 5
Views: 202

Re: How to get faster iterations

Oh ok, Thanks.

In my case, I don't have options, just a linear dialogue, so it would be fine if it could take that path.
by paul2205
Fri Aug 30, 2024 12:07 pm
Forum: Dialogue System for Unity
Topic: How to get faster iterations
Replies: 5
Views: 202

How to get faster iterations

My current workflow is: add a node -> set up the sequence -> play and test it then again add a node -> set up the sequence -> play and test it after a few nodes, this process gets very slow and trying to test node 10 for example (multiple times) has me going through all of the other nodes. This migh...
by paul2205
Thu Mar 07, 2024 4:05 pm
Forum: Dialogue System for Unity
Topic: Customizing sequence dialogue editor
Replies: 3
Views: 144

Re: Customizing sequence dialogue editor

I would have preferred the dropdowns instead, but this could work as well. Thanks.
by paul2205
Wed Mar 06, 2024 2:50 pm
Forum: Dialogue System for Unity
Topic: Customizing sequence dialogue editor
Replies: 3
Views: 144

Customizing sequence dialogue editor

I want to customize the sequence in the dialogue editor to make it easier for non-tech people to create sequences. I want to have dropdowns to select the animations and actors. [Picture edit 1] I have created a function that does just that and called it in the DrawLayout and it works just fine, but ...
by paul2205
Mon Feb 19, 2024 2:19 pm
Forum: Dialogue System for Unity
Topic: How to create a conversation in a single panel
Replies: 3
Views: 145

Re: How to create a conversation in a single panel

It worked thank you.
I knew it was something very simple that I could not see :D
by paul2205
Mon Feb 19, 2024 12:19 pm
Forum: Dialogue System for Unity
Topic: How to create a conversation in a single panel
Replies: 3
Views: 145

How to create a conversation in a single panel

I have 2 Actors and a simple conversation (No choices) How can I display the conversation in a single panel and have the continue button go to the next subtitle of the second actor? So like this: NPC: Hello Continue PC: Aloha Continue NPC: How are you doing? Continue PC: Good Continue I don't want r...