Skip to content

Commit 5481f32

Browse files
committed
Update README.md
1 parent ec8e46f commit 5481f32

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

README.md

+33-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1-
# Unity-MissingScriptsFinder
2-
Unity Missing Scripts Finder Editor Tool
1+
# Unity Missing Scripts Finder
2+
3+
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.
22+
23+
## Contact
24+
25+
- **Email**: [[email protected]](mailto:[email protected])
26+
- **GitHub**: [RimuruDev](https://github.com/RimuruDev)
27+
- **LinkedIn**: [rimuru](https://www.linkedin.com/in/rimuru/)
28+
29+
## License
30+
31+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
32+
33+
---

0 commit comments

Comments
 (0)