Search found 4 matches

by Rewar
Thu Jul 16, 2015 11:20 am
Forum: Dialogue System for Unity
Topic: Convert Chat Mapper XML to Database in C#
Replies: 7
Views: 1543

Re: Convert Chat Mapper XML to Database in C#

Thank you it works. That's the second method, because I can't touch the Unity Editor, so I must code all changements in C#.

That's ok now, thank you ;)
by Rewar
Thu Jul 16, 2015 9:49 am
Forum: Dialogue System for Unity
Topic: Convert Chat Mapper XML to Database in C#
Replies: 7
Views: 1543

Re: Convert Chat Mapper XML to Database in C#

Maybe I express my idea badly. That XML file to import into my scene at the Start of the game is in a specified repository, so I don't have any problem to load it in C#. Actually, I start the game by press Play, I loaded the file and added it to DialogueDatabase like this : ChatMapperProject cmpp = ...
by Rewar
Thu Jul 16, 2015 4:12 am
Forum: Dialogue System for Unity
Topic: Convert Chat Mapper XML to Database in C#
Replies: 7
Views: 1543

Re: Convert Chat Mapper XML to Database in C#

Thank you for that tip but how could I load the Dialogue in my scene on Start ? I've a DialogueManager gameobject and un ConversationTrigger but evenif I change their DialogueDatabase, it still not work.
by Rewar
Fri Jul 10, 2015 6:03 am
Forum: Dialogue System for Unity
Topic: Convert Chat Mapper XML to Database in C#
Replies: 7
Views: 1543

Convert Chat Mapper XML to Database in C#

Hello ! I must make an automatic converter which could read a ChatMapper XML file in a specified folder and convert it into a DialogueDatabase. After that, I must launch the generated dialogue in the scene. But I still don't know how to make it. I've tried to attach the DialogueDatabase to the Gameo...