Calamari / BehaviorTree.js

An JavaScript implementation of Behavior Trees.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add toJson / fromJson methods

Calamari opened this issue · comments

We need a way to serialize behavior trees, so we can interact with an upcoming behavior tree editor

I think an Importer class is the better approach.
✔️ Done.