navigate_character
Move a game character to a specified 3D position using direct movement or automatic pathfinding.
Instructions
Move a character to a target position using direct movement or pathfinding
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | Navigation method (default: direct) | direct |
| target | Yes | Target position [x, y, z] | |
| character_path | Yes | Node path in the scene tree (e.g. 'Player/Sprite2D'). Use just the node name for root-level children (e.g. 'Player'), or empty string '' for the scene root itself. Paths are relative to the currently open scene. |