Search found 12 matches
- Wed Jun 07, 2023 8:48 am
- Forum: Dialogue System for Unity
- Topic: Nova UI
- Replies: 5
- Views: 1049
Re: Nova UI
OK, I think I'm a little confused on what to do. Do I need to create something that replaces the StandardDialogueUI? That seems like a lot of work. I feel like all I really need is the text for the relevant fields and have that go into my appropriate text fields. Am I over complicating it? Or is it ...
- Mon Jun 05, 2023 1:05 am
- Forum: Dialogue System for Unity
- Topic: Nova UI
- Replies: 5
- Views: 1049
Re: Nova UI
The Dialogue System Controller requires a canvas, however Nova UI doesn't use one. Can I create my own dialogue UI without a canvas?
- Sun Jun 04, 2023 4:55 am
- Forum: Dialogue System for Unity
- Topic: Nova UI
- Replies: 5
- Views: 1049
Nova UI
Is it possible to use the Nova UI system? I'm not quite sure how to integrate it. If it is possible is there more information or some steps I could follow?
thanks.
thanks.
- Sun Jun 04, 2023 12:13 am
- Forum: Dialogue System for Unity
- Topic: How can you change the conversation dialogue for a character?
- Replies: 9
- Views: 1509
Re: How can you change the conversation dialogue for a character?
awesome. Thanks again Tony.
- Sat Jun 03, 2023 4:01 am
- Forum: Dialogue System for Unity
- Topic: How can you change the conversation dialogue for a character?
- Replies: 9
- Views: 1509
Re: How can you change the conversation dialogue for a character?
Yes, I am linking and using the /, it is set out how I would like now, thanks. The only thing I had a question on was that my link goes to a specific dialogue in the conversation. It works ok for what I am doing now. However, I would prefer to link to the START element. Only with this element you ca...
- Fri Jun 02, 2023 8:51 pm
- Forum: Dialogue System for Unity
- Topic: How can you change the conversation dialogue for a character?
- Replies: 9
- Views: 1509
Re: How can you change the conversation dialogue for a character?
So what I mean is that say you create a character and attach the Dialogue Actor script and set the database and conversation. What I can't find is how to change that conversation. i.e. make the character reference a new conversation set when a player interacts with it in say a different level. What ...
- Fri Jun 02, 2023 2:37 pm
- Forum: Dialogue System for Unity
- Topic: How can you change the conversation dialogue for a character?
- Replies: 9
- Views: 1509
Re: How can you change the conversation dialogue for a character?
Thanks for your reply Tony, I take it this part is what I need: Note: You can use cross-conversation links to link these branches to separate conversations. To create a cross-conversation link, inspect a dialogue entry node. In the "Links To:" section select "(Another Conversation)&qu...
- Fri Jun 02, 2023 2:35 am
- Forum: Dialogue System for Unity
- Topic: How can you change the conversation dialogue for a character?
- Replies: 9
- Views: 1509
How can you change the conversation dialogue for a character?
During gameplay I have different areas. When an area changes I want my character to use a different conversation in the database. e.g. Character/Area-1 Character/Area-2. My character Start Conversation is set to Character/Area-1 but when the player changes area I want the character's conversation to...
- Tue May 02, 2023 11:29 pm
- Forum: Dialogue System for Unity
- Topic: Coroutine couldn't be started Error
- Replies: 8
- Views: 1372
Re: Coroutine couldn't be started Error
Hi Tony, ok I fixed the problem. I had activated an animation at the end of the previous dialogue and used "SetEnabled(Selector, true, Player)" to enable selection of a character to speak with. Which caused the dialogue system to get confused. I changed the Timeline() call to use "now...
- Tue May 02, 2023 5:51 pm
- Forum: Dialogue System for Unity
- Topic: Coroutine couldn't be started Error
- Replies: 8
- Views: 1372
Re: Coroutine couldn't be started Error
Hi Tony, thank you for the update. The error message has stopped appearing, however, the player response appears briefly and then a "Dialogue System: Ending conversation." occurs. If I do the conversation again it works fine. I've created a new conversation and it's doing a similar thing. ...