Broken references triage
Discovery
get_broken_script_refs— Missing Script on prefabs/scenesget_broken_asset_refs— any missing GUID refs (mats, controllers, …)find_references— who still points at a deleted asset GUID/pathget_meta_for_asset— confirm GUID still exists for survivors
Fix order
- Restore or reassign scripts (GUID in
.metamust match YAMLm_Script). - Fix materials/shaders (
list_materials_using_shader). - Fix Animator/Timeline refs (
list_animator_controllers,list_timeline_playables). - Re-run both broken-ref tools until empty.
Prompts
- "Which prefabs have missing scripts?"
- "List broken asset GUID references"