Takobi AI v1.1.0
This release introduces Hierarchical State Machine (HSM) support and several quality-of-life improvements that make Takobi AI easier to use, integrate, and contribute to.
New Features
Hierarchical State Machines (HSM)
State Machines can now contain child State Machines, making it easier to organize complex AI behaviors into reusable, maintainable hierarchies.
🛠 Improvements
- Added Visual Studio solution (
.sln) files. - Added C# project (
.csproj) files. - Added a Godot project (
project.godot) so the repository can be opened immediately with Godot. - Improved the overall repository structure for a smoother development experience.
📚 Documentation
The documentation has been significantly improved with:
- Better installation instructions.
- Clearer feature overview.
- Improved examples.
- Better organization and formatting.
- Easier navigation for new users.
Full Changelog: v1.0.0...v1.1.0