https://github.com/mr-sb/missingscriptsfinder
Find all missing script reference gameObjects in unity project, include scenes and prefabs.
https://github.com/mr-sb/missingscriptsfinder
missing reference script unity unity-editor
Last synced: 10 months ago
JSON representation
Find all missing script reference gameObjects in unity project, include scenes and prefabs.
- Host: GitHub
- URL: https://github.com/mr-sb/missingscriptsfinder
- Owner: Mr-sB
- License: mit
- Created: 2021-01-13T02:17:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T02:30:49.000Z (about 3 years ago)
- Last Synced: 2025-04-23T23:03:05.558Z (10 months ago)
- Topics: missing, reference, script, unity, unity-editor
- Language: C#
- Homepage:
- Size: 146 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MissingScriptsFinder
Find all missing script reference gameObjects in unity project, include scenes and prefabs.
## Features
* It's very fast!
* Find in scenes and prefabs.
* Show missing script reference gameObjects full path in log console(include scene path or prefab path if need).
* Click console item will auto select gameObject or scene or prefab.
## Usage
* Click the menu item "Tools/MissingScriptsFinder/" and choose on sub item to begin search.

* Any Missing script gameObject found will be shown in log console.


* Click console item to select gameObject or scene or prefab.
## Notice
In order to use this script, you have to set Asset Serialization Mode to Force Text.
