-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# Unity-MissingScriptsFinder | ||
Unity Missing Scripts Finder Editor Tool | ||
# 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 | ||
|
||
1. Download or clone the repository. | ||
2. Place the `MissingScriptsFinder.cs` file in the `Assets/Editor` or `Assets/Plugins/Editor` directory of your Unity project. | ||
|
||
## Usage | ||
|
||
1. Open Unity and go to the menu bar. | ||
2. Navigate to `RimuruDev Tools` > `Find Missing Scripts`. | ||
3. 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]](mailto:[email protected]) | ||
- **GitHub**: [RimuruDev](https://github.com/RimuruDev) | ||
- **LinkedIn**: [rimuru](https://www.linkedin.com/in/rimuru/) | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. | ||
|
||
--- |