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.
Search found 2 matches
- Mon Mar 13, 2023 6:14 pm
- Forum: Dialogue System for Unity
- Topic: How to add responses via C# code
- Replies: 3
- Views: 187
- Sat Mar 04, 2023 9:31 am
- Forum: Dialogue System for Unity
- Topic: How to add responses via C# code
- Replies: 3
- Views: 187
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"...