So the issue that I'm having is, the conversations are being imported, but NOT updating the original conversations:
Is there a way I can reorganize these conversations/replace the originals with the new?
Search found 6 matches
- Sun Feb 26, 2017 1:11 pm
- Forum: Dialogue System for Unity
- Topic: Best way to update a conversation?
- Replies: 5
- Views: 1224
- Sun Feb 26, 2017 11:32 am
- Forum: Dialogue System for Unity
- Topic: Best way to update a conversation?
- Replies: 5
- Views: 1224
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...
- Sat Feb 25, 2017 12:57 pm
- Forum: Dialogue System for Unity
- Topic: Best way to update a conversation?
- Replies: 5
- Views: 1224
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...
- Fri Feb 24, 2017 11:58 pm
- Forum: Dialogue System for Unity
- Topic: Best way to update a conversation?
- Replies: 5
- Views: 1224
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...
- Sun Feb 19, 2017 2:57 pm
- Forum: Dialogue System for Unity
- Topic: Determine if conversation active
- Replies: 3
- Views: 691
Re: Determine if conversation active
Perfect, thank you!
- Sun Feb 19, 2017 1:19 pm
- Forum: Dialogue System for Unity
- Topic: Determine if conversation active
- Replies: 3
- Views: 691
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 ...