Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Navigation Agent
Navigation Agent for Godot Engine.See https://github.com/khairul169/gd-nav_agent for method list.
Supported Engine Version
2.1
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
7 years ago
Git URL
Issue URL
GD Nav Agent
Navigation Agent for Godot Engine
Custom Nodes
- Navigation Agent
- Kinematic Agent
Exported Variables
- float speed - Move speed.
- float accel - Move acceleration.
- float lookLerp - Look speed.
- Vector3 lookDir - Look direction.
Variables
- Array path - Path queue.
- Vector3 velocity - Agent's linear velocity.
Methods
- set_navigation(Navigation nav) - Set the navigation node.
- set_pos(Vector3 pos) - Set agent's position.
- go_to_pos(Vector3 pos) - Move agent to a position.
- go_to_segment(Vector3 from, Vector3 to) - Move agent by intersecting a segment from two points.
Navigation Agent for Godot Engine.
See https://github.com/khairul169/gd-nav_agent for method list.
Reviews
Quick Information
Navigation Agent
Navigation Agent for Godot Engine.See https://github.com/khairul169/gd-nav_agent for method list.
Supported Engine Version
2.1
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
7 years ago
Git URL
Issue URL