Search found 5 matches
- Fri Nov 20, 2020 10:56 am
- Forum: Dialogue System for Unity
- Topic: How to import CSV file without using import tool and anyway use Dialogue editor
- Replies: 2
- Views: 182
Re: How to import CSV file without using import tool and anyway use Dialogue editor
Thank you Tony for your quick answer! I will use the code from the CSVConverter.cs file
- Fri Nov 20, 2020 2:38 am
- Forum: Dialogue System for Unity
- Topic: How to import CSV file without using import tool and anyway use Dialogue editor
- Replies: 2
- Views: 182
How to import CSV file without using import tool and anyway use Dialogue editor
I want to import CSV file containing the DB with C# commands in script. (the location and name of the CSV file, the name of the generated DB are fixed in the script) DS_CSVimport1.PNG DS_CSVimport2.PNG How to have the same effect as using the import tool but using C# commands? The idea is to import ...
- Fri Nov 20, 2020 1:47 am
- Forum: Dialogue System for Unity
- Topic: Controlling the Dialogue System asset using script C#
- Replies: 11
- Views: 2166
Re: Controlling the Dialogue System asset using script C#
Great thanks Tony for your help!
- Sat Nov 14, 2020 9:53 am
- Forum: Dialogue System for Unity
- Topic: Controlling the Dialogue System asset using script C#
- Replies: 11
- Views: 2166
Re: Controlling the Dialogue System asset using script C#
Hello Tony, Thank you for your answer, I see now the flexibility of your Dialogue System! The context of my requirement The conversations messages (questions and possible responses) and the branching/conditional logic are in a “black box” (driven from a remote server). The number of questions and th...
- Fri Nov 13, 2020 4:02 am
- Forum: Dialogue System for Unity
- Topic: Controlling the Dialogue System asset using script C#
- Replies: 11
- Views: 2166
Controlling the Dialogue System asset using script C#
I need some help using the Dialogue System for Unity because in my case I cannot manually fill in the field into the Dialog Manager, I need to do this process dynamically (automatically) using C# script. Is that possible to interact with the Dialog Manager, selecting and setting all the Dialogue Man...