Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage #11

Open
aknight2015 opened this issue Aug 16, 2020 · 1 comment
Open

Usage #11

aknight2015 opened this issue Aug 16, 2020 · 1 comment
Assignees
Labels

Comments

@aknight2015
Copy link

How do I download and use this?

@digiwombat
Copy link
Owner

You can either build it yourself by pulling the Repo with git, opening the .sln, and building it with Visual Studio or you can head to the releases page and download the latest built version.

As for usage, that really depends on the use case. It outputs a JSON file that you can write a program to parse and use however you want (there is no engine specific tool for parsing files, this is just an editor), and if you want to use it with Dialogue System for Unity, you edit your data in the program, export via the option in the file menu, and re-import in Dialogue System for Unity.

Due to how Dialogue System for Unity handles these imports and the complexity of your project, you may need to run their ID assignment fixing tools or verify that your Actors are all properly assigned and not duplicated or anything like that.

That said, I've contributed some UI/UX improvements to Dialogue System for Unity that have been implemented and at the moment my recommendation would be to use their built-in tools since it will keep you in-editor and closer to your other data so the above worries aren't an issue and your brain isn't context switching nearly as often.

If you have any further comments, let me know. And if you have anything more specific, please tell me about your use case a bit and maybe I can help point you toward something useful.

@digiwombat digiwombat self-assigned this Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants