game_navigation_3d
Set up 3D navigation in Godot by creating or configuring NavigationRegion3D nodes and baking navigation meshes.
Instructions
Create/configure NavigationRegion3D and bake
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Node name | |
| action | Yes | Action: create, bake, configure | |
| cellSize | No | Navigation cell size | |
| nodePath | No | Node path (for bake/configure) | |
| parentPath | No | Parent node path | |
| agentHeight | No | Agent height | |
| agentRadius | No | Agent radius |