Delete Missing Scripts

November 14, 2024 ยท View on GitHub

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

Preview Preview02

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

  1. Open the search window: Window > bTools > Delete Missing Scripts.
  2. Click the search button based on your needs.
  3. Click Delete Missing to remove all Missing Script Components.