Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T02:30:49.000Z (about 2 years ago)
- Last Synced: 2024-11-06T20:37:37.406Z (3 months ago)
- Topics: missing, reference, script, unity, unity-editor
- Language: C#
- Homepage:
- Size: 146 KB
- Stars: 11
- Watchers: 4
- 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.![MenuItems](Screenshots/MenuItems.png)
* Any Missing script gameObject found will be shown in log console.![SearchInAllScenes](Screenshots/SearchInAllScenes.png)
![SearchInAllPrefabs](Screenshots/SearchInAllPrefabs.png)
* 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.![ProjectSetting](Screenshots/ProjectSetting.png)