Hi, I'm currently working on a visual novel style game. Sometimes I need to do custom actions, like change background, or do some others customs actions. First I though that sequence could be perfect, with custom sequencer commands I could do whatever I like ! But as soon a I type a single letter in...
Ok I have the logs, I see the line but it appear twice (last line of logs) : http://nsa39.casimages.com/img/2018/01/03/180103051008248546.png (bigger version : http://www.casimages.com/i/180103051008248546.png.html) First I though I was adding the conversation twice in my code. By commenting my Addc...
My conversation have an id and it's my single conversation, does ids are shared with dialogue entries or something maybe ? I also added database. Nothing has changed, I can still play the dialogue without apparent problem but I still have the error. For now it's not really a problem but who knows, a...
Hi and thanks for the response, I created some variable but I can't change the variable Type, it always stay Text type, I tried that : Variable var = new Variable(); var.fields = new List<Field>(); var.fields.Add(new Field("Type", FieldType.Number.ToString(), FieldType.Number)); // I tried...
Hello, My team and I are creating a web-based dialogue editor which generate XML. The files are then imported into Unity and I'm converting them into a dialogue database, currently I'm using a blank databse and modify it but the objective is to create a new one for each new XML file. I managed to cr...