top of page
Tools Project
Behaviour Tree Editor
Engine:Custom Engine
Language: C++
Export format: Json
Solo development
Project details
This project was my tools assignment for TGA. It is a Behaviour tree editor where you can put together a behaviour tree and send it to any project with the accompanying node importer script that comes along with the project. It then builds it all together out of magic enum classes.
Why?
This project was made a little out of frustration from project 5 where we made behaviour trees entirely in code. So this was made to simplify the process and give a more visual overview of a behaviour tree.
This was used for project 6 and planned to be used in project 7.
bottom of page