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
- 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)
- 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.
Tutorial.mp4
- 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.