Skip to content

Releases: SlaggyWolfie/Node-Based-Dialogue-Editor

Initial Release

31 Jul 06:12
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

The Dialogue Editor is a Unity Editor Window that displays a Node Graph, a data structure that holds Nodes and Connections. Nodes are connected via Connections to build a flow. The flow can be branched to create complex conversations with multiple outcomes. Unity’s Asset system was used to store Nodes and Connections inside a Graph which was stored in a file and the Editor GUI was used to display these assets and allow interaction between them.

I intend to do a major rework of this, however, here's a release!