Awesome
Delete Missing Scripts
The Unity tool designed to locate missing script components.
Author: bwaynesu
Created: April 18, 2017
Last Updated: Nov 14, 2024
Tags: C#, Unity3D
Support: Unity 2017 or Higher
<img height="280" alt="Preview02" src="./Preview/Preview02.png"/>
Features
- Searches for missing script components in scene objects or Prefabs within the project.
- Detects missing scripts even in nested Prefab child objects.
- Works with inactive objects.
- Supports deleting missing ScriptableObjects. (Nov 14, 2024)
Installation
- Method 1: Download the Unity Package from the Release page and import it into your project.
- Method 2: Copy the
Plugins
folder directly into your project.
Usage Guide
https://github.com/snoopyuj/DeleteMissingScripts/assets/2370689/27aabf42-fdd1-494f-bed3-eb53007bb203
- Open the search window:
Window > bTools > Delete Missing Scripts
. - Click the search button based on your needs.
- Click
Delete Missing
to remove all Missing Script Components.