Skip to content

Releases: alee12131415/Dialog-Node-Editor

Alpha v2

03 Mar 04:51

Choose a tag to compare

Alpha v2 Pre-release
Pre-release
  • Added Text field as main string container (although title is still passed to BuildObject)
  • Toolbar features
    • Opening canvas saves path to original file so that saves does not open file window
    • Save As option for creating new save file (saving a new canvas will still bring up file window)
    • Move to Start to snap canvas back to the Start Node
  • Restricted canvas to only 1 Start Node

Alpha Release

22 Oct 23:50

Choose a tag to compare

Alpha Release Pre-release
Pre-release

API changes, please download new package

Works but contains bugs (does not affect functionality)

DNE/Example/Example.scene

  • moved core to Editor so unity does not compile core
  • renames core namespace to DNECore
  • BuildNode and BuildObject under DNE namespace
  • changed BuildNode and BuildObject API calls (read readme)