Releases: RimuruDev/Unity-MissingScriptsFinder
v1.1.1
Full Changelog: v1.1.0...v1.1.1
Unity Missing Scripts Finder
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.
Features
- Find Missing Scripts in Scene: Scans the current scene for GameObjects with missing scripts and logs their locations.
- Delete Missing Scripts in Scene: Removes all missing scripts from GameObjects in the scene.
- Find Missing Scripts in Prefabs: Scans all prefabs in the project for missing scripts and logs their locations. You can click on the log entries to quickly locate the problematic prefab in the project.
Installation
Option 1: Install via Unity Package Manager
- Open Unity and go to
Window
>Package Manager
. - Click the
+
button in the top-left corner. - Select
Add package from git URL...
. - Enter the following URL:
https://github.com/RimuruDev/Unity-MissingScriptsFinder.git
- Click
Add
to install the package.
Option 2: Install via Release Package
- Download the latest
.unitypackage
file from the Releases page. - In Unity, go to
Assets
>Import Package
>Custom Package...
. - Select the downloaded
.unitypackage
file and import it into your project.
Usage
- Open Unity and go to the menu bar.
- Navigate to
RimuruDev Tools
>Find Missing Scripts
. - In the window that appears, you have three options:
- Find Missing Scripts in Scene: Click this button to scan the scene and log all GameObjects with missing scripts.
- Delete All Missing Scripts in Scene: Click this button to remove all missing scripts from the scene.
- Find Missing Scripts in Prefabs: Click this button to scan all prefabs in the project for missing scripts. Each logged message allows you to click on it to ping and locate the prefab in the project window.
Scene
Prefabs
Contact
- Email: [email protected]
- GitHub: RimuruDev
- LinkedIn: rimuru
License
This project is licensed under the MIT License - see the LICENSE file for details.
v1.1.0 | Added support - Find Missing Scripts In Prefabs
Unity Missing Scripts Finder
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.
Features
- Find Missing Scripts in Scene: Scans the current scene for GameObjects with missing scripts and logs their locations.
- Delete Missing Scripts in Scene: Removes all missing scripts from GameObjects in the scene.
- Find Missing Scripts in Prefabs: Scans all prefabs in the project for missing scripts and logs their locations. You can click on the log entries to quickly locate the problematic prefab in the project.
Installation
- Download or clone the repository.
- Place the
MissingScriptsFinder.cs
file in theAssets/Editor
orAssets/Plugins/Editor
directory of your Unity project.
Usage
- Open Unity and go to the menu bar.
- Navigate to
RimuruDev Tools
>Find Missing Scripts
. - In the window that appears, you have three options:
- Find Missing Scripts in Scene: Click this button to scan the scene and log all GameObjects with missing scripts.
- Delete All Missing Scripts in Scene: Click this button to remove all missing scripts from the scene.
- Find Missing Scripts in Prefabs: Click this button to scan all prefabs in the project for missing scripts. Each logged message allows you to click on it to ping and locate the prefab in the project window.
Scene
Prefabs
Contact
- Email: [email protected]
- GitHub: RimuruDev
- LinkedIn: rimuru
License
This project is licensed under the MIT License - see the LICENSE file for details.
Full Changelog: v1.0.0...v1.1.0
MissingScriptsFinder_v1.0.0
Unity Missing Scripts Finder
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.
Features
- Find Missing Scripts: Scans the current scene for GameObjects with missing scripts and logs their locations.
- Delete Missing Scripts: Removes all missing scripts from GameObjects in the scene.
Installation
- Download or clone the repository.
- Place the
MissingScriptsFinder.cs
file in theAssets/Editor
orAssets/Plugins/Editor
directory of your Unity project.
Usage
- Open Unity and go to the menu bar.
- Navigate to
RimuruDev Tools
>Find Missing Scripts
. - In the window that appears, you have two options:
- Find Missing Scripts in Scene: Click this button to scan the scene and log all GameObjects with missing scripts.
- Delete All Missing Scripts: Click this button to remove all missing scripts from the scene.
Contact
- Email: [email protected]
- GitHub: RimuruDev
- LinkedIn: rimuru
License
This project is licensed under the MIT License - see the LICENSE file for details.
Full Changelog: https://github.com/RimuruDev/Unity-MissingScriptsFinder/commits/v1.0.0