unity_configure_pipeline
Automates the full Unity avatar setup pipeline: imports FBX, configures humanoid rig, creates avatar descriptor, expression menu, and materials.
Instructions
One-click full Unity avatar setup pipeline. Imports FBX, configures humanoid rig, sets up avatar descriptor, creates expression menu/params, and configures materials.
Parameters:
project_path: Unity project path
fbx_path: Path to the FBX file
avatar_name: Name for the avatar
blueprint_json: Optional JSON with full configuration override. If empty, uses intelligent defaults based on the FBX content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fbx_path | No | ||
| avatar_name | No | ||
| project_path | No | ||
| blueprint_json | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |