{"id":14960560,"url":"https://github.com/rimurudev/unity-missingscriptsfinder","last_synced_at":"2025-10-24T18:31:52.243Z","repository":{"id":244535996,"uuid":"815528858","full_name":"RimuruDev/Unity-MissingScriptsFinder","owner":"RimuruDev","description":"Unity Missing Scripts Finder Editor Tool","archived":false,"fork":false,"pushed_at":"2024-08-31T19:10:37.000Z","size":12,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-10T10:06:55.629Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RimuruDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-15T12:00:40.000Z","updated_at":"2024-08-31T19:07:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1b1fb21-2d21-4508-a266-1d03cda3a889","html_url":"https://github.com/RimuruDev/Unity-MissingScriptsFinder","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.5,"last_synced_commit":"13cacbf4513c44767acdd1a24c6bbc03e1fd478e"},"previous_names":["rimurudev/unity-missingscriptsfinder"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimuruDev%2FUnity-MissingScriptsFinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimuruDev%2FUnity-MissingScriptsFinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimuruDev%2FUnity-MissingScriptsFinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimuruDev%2FUnity-MissingScriptsFinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RimuruDev","download_url":"https://codeload.github.com/RimuruDev/Unity-MissingScriptsFinder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219868117,"owners_count":16555878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-09-24T13:22:31.823Z","updated_at":"2025-10-24T18:31:49.725Z","avatar_url":"https://github.com/RimuruDev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Missing Scripts Finder\n\nThis 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.\n\n## Features\n\n- **Find Missing Scripts in Scene**: Scans the current scene for GameObjects with missing scripts and logs their locations.\n- **Delete Missing Scripts in Scene**: Removes all missing scripts from GameObjects in the scene.\n- **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.\n\n## Installation\n\n### Option 1: Install via Unity Package Manager\n\n1. Open Unity and go to `Window` \u003e `Package Manager`.\n2. Click the `+` button in the top-left corner.\n3. Select `Add package from git URL...`.\n4. Enter the following URL:\n   ```\n   https://github.com/RimuruDev/Unity-MissingScriptsFinder.git\n   ```\n5. Click `Add` to install the package.\n\n### Option 2: Install via Release Package\n\n1. Download the latest `.unitypackage` file from the [Releases](https://github.com/RimuruDev/Unity-MissingScriptsFinder/releases) page.\n2. In Unity, go to `Assets` \u003e `Import Package` \u003e `Custom Package...`.\n3. Select the downloaded `.unitypackage` file and import it into your project.\n\n## Usage\n\n1. Open Unity and go to the menu bar.\n2. Navigate to `RimuruDev Tools` \u003e `Find Missing Scripts`.\n3. In the window that appears, you have three options:\n   - **Find Missing Scripts in Scene**: Click this button to scan the scene and log all GameObjects with missing scripts.\n   - **Delete All Missing Scripts in Scene**: Click this button to remove all missing scripts from the scene.\n   - **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.\n\n\u003cimg width=\"240\" alt=\"Снимок экрана 2024-08-30 в 12 57 37\" src=\"https://github.com/user-attachments/assets/17358c42-989b-49a1-9b5b-6624258d1341\"\u003e\n\n\u003cimg width=\"417\" alt=\"Снимок экрана 2024-08-30 в 12 56 07\" src=\"https://github.com/user-attachments/assets/ac49ae94-3a84-4c22-9e5f-ec855e866544\"\u003e\n\n## Scene\n\n![photo_2024-06-15_15-43-16](https://github.com/RimuruDev/Unity-MissingScriptsFinder/assets/85500556/43b7eba3-489d-4776-a18a-fb03413e5882)\n\n## Prefabs\n\n\u003cimg width=\"752\" alt=\"Снимок экрана 2024-08-30 в 12 27 33\" src=\"https://github.com/user-attachments/assets/e01c915d-abf8-48d4-9126-822968011dd1\"\u003e\n\n\n## Contact\n\n- **Email**: [rimuru.dev@gmail.com](mailto:rimuru.dev@gmail.com)\n- **GitHub**: [RimuruDev](https://github.com/RimuruDev)\n- **LinkedIn**: [rimuru](https://www.linkedin.com/in/rimuru/)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frimurudev%2Funity-missingscriptsfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frimurudev%2Funity-missingscriptsfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frimurudev%2Funity-missingscriptsfinder/lists"}