Search found 12 matches

by yakster
Wed Jun 07, 2023 8:48 am
Forum: Dialogue System for Unity
Topic: Nova UI
Replies: 5
Views: 946

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 ...
by yakster
Mon Jun 05, 2023 1:05 am
Forum: Dialogue System for Unity
Topic: Nova UI
Replies: 5
Views: 946

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?
by yakster
Sun Jun 04, 2023 4:55 am
Forum: Dialogue System for Unity
Topic: Nova UI
Replies: 5
Views: 946

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.
by yakster
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: 1356

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...
by yakster
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: 1356

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 ...
by yakster
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: 1356

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...
by yakster
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: 1356

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...
by yakster
Tue May 02, 2023 11:29 pm
Forum: Dialogue System for Unity
Topic: Coroutine couldn't be started Error
Replies: 8
Views: 1318

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...
by yakster
Tue May 02, 2023 5:51 pm
Forum: Dialogue System for Unity
Topic: Coroutine couldn't be started Error
Replies: 8
Views: 1318

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. ...