查找场景中所有丢失脚本(Mono Script)
脚本放在 Editor 文件夹;
(测试版本Unity 2019)
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;public class FindAllMissingScripts : EditorWindow
{private List<GameObject> m_missingObjs new List&l…
2026/8/14 2:04:01