Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@ashblue ashblue released this 24 Apr 21:46

3.0.0 (2024-04-24)

Bug Fixes

  • dialogue editor: no longer fires an error when deleting list items (96449e8)

Features

  • added experimental nested graph playback restoration (fb18251)
  • custom nodes: users now have necessary hooks to create their own custom nodes (experimental) (09e8596)
  • graph creation: can create new graphs externally now (e92a3ca)
  • new node: note nodes can now be added to graphs (45585fe)
  • runtime gameobjects: replaced game object overrides with a send message action API (cef3f97)

BREAKING CHANGES

  • runtime gameobjects: You should remove all references to GameObject overrides, be ready to replace the
    game object names with paths (write them down). After upgrading you'll need to swap or remove all
    references to game object overrides from your project.