Search found 6 matches

by Haddicus
Sun Feb 26, 2017 1:11 pm
Forum: Dialogue System for Unity
Topic: Best way to update a conversation?
Replies: 5
Views: 1233

Re: Best way to update a conversation?

So the issue that I'm having is, the conversations are being imported, but NOT updating the original conversations:
wes.PNG
wes.PNG (17.92 KiB) Viewed 1226 times
Is there a way I can reorganize these conversations/replace the originals with the new?
by Haddicus
Sun Feb 26, 2017 11:32 am
Forum: Dialogue System for Unity
Topic: Best way to update a conversation?
Replies: 5
Views: 1233

Re: Best way to update a conversation?

I tried this: - Created a new database file, utilizing the xml provided to me - Opened the current dialog build database - Selected Merge Database - Dropped new dialog database into the merge segment - Click merge - Seems to update (the file itself changes), but I am told that the dialogs were not a...
by Haddicus
Sat Feb 25, 2017 12:57 pm
Forum: Dialogue System for Unity
Topic: Best way to update a conversation?
Replies: 5
Views: 1233

Re: Best way to update a conversation?

Tony, Thank you for your response. I envisioned going the second route, notably: "Or import the writer's new XML file into a new database, in the Dialogue Editor delete everything you don't need, and then merge it into your main database." *edit: nevermind - I found the merge feature. Will...
by Haddicus
Fri Feb 24, 2017 11:58 pm
Forum: Dialogue System for Unity
Topic: Best way to update a conversation?
Replies: 5
Views: 1233

Best way to update a conversation?

What is the best way to update an existing conversation? I inherited this system, so I'm not really sure what the previous workflow a former programmer used to do these things (he left no documentation), and put all the conversations into a centralized dialog database. A guy who does the writing wit...
by Haddicus
Sun Feb 19, 2017 2:57 pm
Forum: Dialogue System for Unity
Topic: Determine if conversation active
Replies: 3
Views: 697

Re: Determine if conversation active

Perfect, thank you!
by Haddicus
Sun Feb 19, 2017 1:19 pm
Forum: Dialogue System for Unity
Topic: Determine if conversation active
Replies: 3
Views: 697

Determine if conversation active

I'm trying to figure out the best way to determine whether a dialog is currently active in C# code, but haven't been able to find something in the forum or in the docs. Generally, I just want to call some type of isActive for the dialog manager/current dialog. Basically, there are certain objects I ...