MonoBehaviour - KurbanismailovZaur/Extensions GitHub Wiki
On this page you can familiarize yourself with the methods and extensions of the MonoBehaviour class in runtime and the editor.
Remove Missing Scripts
You can highlight game objects in the hierarchy window or prefabs in the project window, bring up the context menu and select Remove Missing Scripts to remove all scripts that are no longer in the project. The console window will display detailed information about the result of the operation. When you delete missing scripts on prefabs, they will also be deleted on instances in the scene and vice versa.