This package provides the menu items for finding missing components and references in your Unity project.
Unity プロジェクト内の Missing を検索するツールを公開しました
After installation, Tools/GIGA CREATION/Missing Finder/
will be added to the menu. You can execute the following commands:
Find Missing in Current Scene
- Find missing components and references in the currently open scene.
Find Missing in Enabled Scenes
- Find missing components and references in the enabled scenes -- added scenes to
Scenes In Build
in the Building Settings window.
- Find missing components and references in the enabled scenes -- added scenes to
Find Missing in All Scenes
- Find missing components and references in all scenes included in the project.
Find Missing in Current Prefab Stage
- Find missing components and references in the currently open Prefab. This command is available only in Prefab mode.
Find Missing in All Prefab Assets
- Find missing components and references in all Prefabs included in the project.
https://github.com/gigacreation/UnityMissingFinder.git?path=Assets/MissingFinder
- Copy
Assets/MissingFinder/
to your project.