Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimurudev/unity-missingscriptsfinder
Unity Missing Scripts Finder Editor Tool
https://github.com/rimurudev/unity-missingscriptsfinder
editor-tool missing-script rimuru-dev rimurudev unity unity-editor unity-find-errors unity-missing-script unity-plugin unity-plugins unity-tool unity-utilities unity-utility unity-utils unity2d unity3d
Last synced: 2 months ago
JSON representation
Unity Missing Scripts Finder Editor Tool
- Host: GitHub
- URL: https://github.com/rimurudev/unity-missingscriptsfinder
- Owner: RimuruDev
- License: mit
- Created: 2024-06-15T12:00:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T19:10:37.000Z (4 months ago)
- Last Synced: 2024-10-10T10:06:55.629Z (2 months ago)
- Topics: editor-tool, missing-script, rimuru-dev, rimurudev, unity, unity-editor, unity-find-errors, unity-missing-script, unity-plugin, unity-plugins, unity-tool, unity-utilities, unity-utility, unity-utils, unity2d, unity3d
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
1. Open Unity and go to `Window` > `Package Manager`.
2. Click the `+` button in the top-left corner.
3. Select `Add package from git URL...`.
4. Enter the following URL:
```
https://github.com/RimuruDev/Unity-MissingScriptsFinder.git
```
5. Click `Add` to install the package.### Option 2: Install via Release Package
1. Download the latest `.unitypackage` file from the [Releases](https://github.com/RimuruDev/Unity-MissingScriptsFinder/releases) page.
2. In Unity, go to `Assets` > `Import Package` > `Custom Package...`.
3. Select the downloaded `.unitypackage` file and import it into your 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 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
![photo_2024-06-15_15-43-16](https://github.com/RimuruDev/Unity-MissingScriptsFinder/assets/85500556/43b7eba3-489d-4776-a18a-fb03413e5882)
## Prefabs
## 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.
---