Search found 2 matches

by wolf-mvp
Mon Mar 13, 2023 6:14 pm
Forum: Dialogue System for Unity
Topic: How to add responses via C# code
Replies: 3
Views: 182

Re: How to add responses via C# code

Hi, Thanks for response.

I think is is too complicated for me to changle full logic and create the conversation at runtime.

I make some workaround to copy/paste buttons at runtime with required actions.

I think - issue is solved.
by wolf-mvp
Sat Mar 04, 2023 9:31 am
Forum: Dialogue System for Unity
Topic: How to add responses via C# code
Replies: 3
Views: 182

How to add responses via C# code

Hello, I want to add response options via C# code. I already have working Conversation, but just need to add player answers via C# code. For example: scene have a trader and I want to buy someting. I need to add array of options via C# code. For example: "I want to buy an apple for 10 gold"...