mirror of
https://github.com/Relintai/godot-steering-ai-framework.git
synced 2024-11-14 04:57:19 +01:00
1.1 KiB
1.1 KiB
Changelog
This document lists new features, improvements, changes, and bug fixes in every release of the add-on.
Godot Steering Toolkit 1.0.0
This is the first major release of the framework. It comes with:
- All the essential steering behaviors:
Arrive
,AvoidCollisions
,Blend
,Cohesion
,Evade
,Face
,Flee
,FollowPath
,LookWhereYouGo
,MatchOrientation
,Priority
,Pursue
,Seek
,Separation
. - Group behaviors and detecting neighbors.
- Blending and prioritized behaviors.
- Specialized types to code agents based on physics bodies:
- For 2D games,
KinematicBody2DAgent
andRigidBody2DAgent
. - For 3D games,
KinematicBody3DAgent
andRigidBody3DAgent
.
- For 2D games,
- 9 Godot demos to learn straight from the code.
Manual
To get started, check out the framework's manual.
There, you can also find the full code reference.
Note: we generate the code reference from docstrings in the source code with GDScript Docs Maker.