AI Behaviour tree for Unity
- Simple to use
- Visual debug
- Extendable
- Fast
- Examples branch - look at other small projects
(Requires Unity version 2018.3.0b7 or above)
To install this project as a Git dependency using the Unity Package Manager,
add the following line to your project's manifest.json
:
"com.dasik.ai": "https://github.com/Dasik/DasikAI.git",
"com.github.siccity.xnode": "https://github.com/siccity/xNode.git"
You will need to have Git installed and available in your system's PATH.
Or you can just copy the folder 'DasikAI' in your asset scripts folder.