Search Unity

Visual tree editor

Discussion in 'Assets and Asset Store' started by Bastian-Blokland, Apr 21, 2019.

  1. Bastian-Blokland

    Bastian-Blokland

    Joined:
    May 14, 2018
    Posts:
    7
    In a project i'm working on i'm using behaviour tree's to run some of the ai, those tree's are serialised as json. All good and well but hand editing those json files became a pain, and i couldn't find any suitable existing editor for editing those.

    So i created a webapp https://bastian.tech/tree for editing them. The web editor takes a scheme file describing the nodes in the tree, to avoid having to hand write those i created a unity package with a generator that can generate the scheme based on c# classes. https://github.com/bastianblokland/typedtree-generator-unity



    Maybe it will turn out to be useful for something, its all open-source under MIT so feel free to do with it whatever you want :)