parse_unity_prefab
Extract Inspector-visible data from Unity .prefab, .unity, and .asset files, outputting hierarchical YAML to reduce token usage.
Instructions
Deprecated alias for parse_unity_file. Use parse_unity_file for new clients.
WORKFLOW: For best results with asset name resolution, call init_unity_project first. If already initialized, the cache is loaded automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | Optional configuration (uses "standard" preset if omitted) | |
| filePath | Yes | Absolute path to the .prefab, .unity, or .asset file |