
Easy Behavior Tree is a lightweight, customizable behavior tree editor built for Unity developers who want full control over AI without the clutter of bloated tools.The test scene requires TextMesh Pro for displaying information on the screen. It should prompt you to download / install automatically.Whether you're building stealth games, RTS units, or horror game enemies with unpredictable patrol logic, Easy Behavior Tree gives you the control and visibility you need to build smarter AI—fast.EBT features ActionNodes that can run any subroutine when that node is reached in the tree, allowing for easy integration into existing projects. You can also easily make your own nodes by simply copying the template and adding 1 new line of code to the editor!Full documentation is provided along with code comments so it is easy to get started!Custom Node Editor – Easily create and connect behavior nodes in a visually responsive editor.Runtime Visualization – Nodes change color at runtime to reflect their current state (Running, Success, Failure).Lightweight & Modular – Designed to be dropped into any project without breaking existing architecture.Blackboard Integration – Shared data between nodes for smart decision-making.Easy Node Creation – Create new nodes with minimal coding.Full Documentation – Step-by-step guide to quickly get you started.Full Source Code Included – Adapt it to your project needs without limitations.I used ChatGPT for bugfixing and optimization of some of the code. It also created the marketing images.