Search found 7 matches
- Tue Sep 03, 2024 12:52 pm
- Forum: Dialogue System for Unity
- Topic: How to get faster iterations
- Replies: 5
- Views: 247
Re: How to get faster iterations
Thank you
- Mon Sep 02, 2024 4:28 pm
- Forum: Dialogue System for Unity
- Topic: How to get faster iterations
- Replies: 5
- Views: 247
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.
In my case, I don't have options, just a linear dialogue, so it would be fine if it could take that path.
- Fri Aug 30, 2024 12:07 pm
- Forum: Dialogue System for Unity
- Topic: How to get faster iterations
- Replies: 5
- Views: 247
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...
- Thu Mar 07, 2024 4:05 pm
- Forum: Dialogue System for Unity
- Topic: Customizing sequence dialogue editor
- Replies: 3
- Views: 148
Re: Customizing sequence dialogue editor
I would have preferred the dropdowns instead, but this could work as well. Thanks.
- Wed Mar 06, 2024 2:50 pm
- Forum: Dialogue System for Unity
- Topic: Customizing sequence dialogue editor
- Replies: 3
- Views: 148
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 ...
- 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: 160
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
I knew it was something very simple that I could not see
- 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: 160
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...