Skip to content
Thor Brigsted edited this page Jan 2, 2018 · 30 revisions

Welcome to the xNode wiki! This wiki will serve as documentation for the plugin.

Quick overview

  • xNode is a framework for node-based solutions.

  • xNode is not a fully functional state machine / dialogue system / etc.

  • Node.cs is a base class which all node types must derive from.

  • NodeEditor.cs is a base class which all custom node editors must derive from.

  • NodeGraph.cs is a ScriptableObject containing all graph data.

Clone this wiki locally