game_navigate_path
Calculate a navigation path between two points in a Godot scene. Provide start and end coordinates to get a path.
Instructions
Query a navigation path between two points
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End point {x,y} or {x,y,z} | |
| start | Yes | Start point {x,y} or {x,y,z} | |
| optimize | No | Use string-pulling optimization. Default: true |