- Step1: Download the plugin from the GDQuest repository or Asset Library.
- Step2: Install the plugin in your Godot project via Project Settings → Plugins.
- Step3: Enable the Steering AI Framework plugin and restart the editor.
- Step4: Add a SteeringAgent node to your scene and assign behaviors.
- Step5: Configure behavior parameters (weights, speeds, radii) in the inspector.
- Step6: Optionally script custom behavior blending or steering goals.
- Step7: Test and tune agent responses in both 2D and 3D scenes.