You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Unity Editor tool helps you find and remove missing scripts from your scene. It provides a user-friendly interface to identify GameObjects with missing scripts and offers the option to delete them.
4
+
5
+
## Features
6
+
7
+
-**Find Missing Scripts**: Scans the current scene for GameObjects with missing scripts and logs their locations.
8
+
-**Delete Missing Scripts**: Removes all missing scripts from GameObjects in the scene.
9
+
10
+
## Installation
11
+
12
+
1. Download or clone the repository.
13
+
2. Place the `MissingScriptsFinder.cs` file in the `Assets/Editor` or `Assets/Plugins/Editor` directory of your Unity project.
14
+
15
+
## Usage
16
+
17
+
1. Open Unity and go to the menu bar.
18
+
2. Navigate to `RimuruDev Tools` > `Find Missing Scripts`.
19
+
3. In the window that appears, you have two options:
20
+
-**Find Missing Scripts in Scene**: Click this button to scan the scene and log all GameObjects with missing scripts.
21
+
-**Delete All Missing Scripts**: Click this button to remove all missing scripts from the scene.
0 commit comments