fluid-dialogue
fluid-dialogue copied to clipboard
A Unity dialogue system that features an easy to use drag and drop graph. ScriptableObject driven with the ability to write custom actions and conditions to create complex dialogue workflows.
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
I am running Beta Unity 2022 using Core 2D, I receive this issue upon opening the altered unity project, (attached below because I can't copy and paste the text directly...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
docs: MESSAGE HERE on line #97 - 108
Setting the actor through the dialogue graph sometimes randomly fails. The graph isn't broken and data doesn't corrupt, but it looks like some sort of random serialization issue.
Sometimes when right clicking and dragging the drag action is counted as a right click randomly.
in order to expand the usability of the dialogue system I would like to have an option to change how the actor is built. for example make it load a...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependencies [yaml](https://github.com/eemeli/yaml), [@commitlint/load](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/load) and [semantic-release](https://github.com/semantic-release/semantic-release). These dependencies need to be updated together. Removes `yaml` Updates `@commitlint/load` from 17.1.2 to 17.5.0 Release...
IDialogueController should have all the proper interfaces on it. Currently missing several public properties making testing difficult.