シーン内でアセットの参照を探す
- 「Find References in Scene」を使う
- 「Quick Search」を使う
参考:
Script がアタッチされている Scene や Object を検索する – Qiita
Find References in Scene – Unity 2018.3.0b1 新機能 | コガネブログ
指定のプレハブやテクスチャが、どのシーンのどのオブジェクトで使用されているのかを見つける | テラシュールブログ
Why is ‘Find References in Scene’ still not working in Unity 2019.3 ? – Unity Forum
Can ‘Find References’ for a particular Game Object? – Unity Answers
プロジェクト内でアセットの参照を探す
- 「Quick Search」を使う
スクリプト/エディター拡張
アセット/エディター拡張
参考:
プロジェクトアセットの検索 | Unity 2021.3 マニュアル [公式]
Can ‘Find References’ for a particular Game Object? – Unity Answers
Unity Search
ドキュメント:
Unity Search | Unity マニュアル [公式]
参考:
Unity Search – プロジェクトのあらゆるアセットを検索する/使い方まとめ | LIGHT11
Unity Search のクエリチートシート | LIGHT11
現在のシーンの検索 | Unity 2021.3 マニュアル [公式]
プロジェクトアセットの検索 | Unity 2021.3 マニュアル [公式]
Quick Search
※ Unity 2022.1 以降、「Unity Search」としてエディター組み込み機能となった。
Unity 2021.3 以前で使用する場合は、パッケージをインストールする。
ドキュメント:
Quick Search | Unity Manual [Official]
Syntax Cheat Sheet | Quick Search 2.1 Manual [Official]
リポジトリ:
needle-mirror/com.unity.quicksearch – GitHub
参考:
Quick Search – シーン内の GameObject やアセット、メニューアイテムを検索できる | テラシュールブログ
エディター内であれこれ検索できる Quick Search を入れてみた | ねぎたまらぼ
Quick Search – 使い方/すばやくファイルを探す | Unity + AssetStore おすすめ情報
CollectDependencies
参考:
EditorUtility.CollectDependencies | Unity スクリプトリファレンス [公式]
まとめ
Assets 内で使用している素材を検索する方法 | CG メソッド
Search Extensions
リポジトリ:
ドキュメント:
Unity-Technologies/com.unity.search.extensions Wiki – GitHub
フォーラム:
Experimental Dependency Viewer | Unity Forum
参考:
Unity Search ですべてのアセットの依存関係を簡単かつ高速に確認できる | コガネブログ
Unity Search でアセットの依存関係をグラフにして確認できる | コガネブログ
Find References in Project
参考:
指定した Asset がどこで参照されているか探す Editor 拡張 – Qiita
Project Curator
リポジトリ:
ogxd/project-curator: A Convenient Tool to Help Cleaning and to Maintain Unity Projects – GitHub
Script Dependency Visualizer
入手:
Script Dependency Visualizer | Unity Asset Store [Official]
Relations Inspector
動画:
入手:
Relations Inspector | Unity Asset Store [Official]
リポジトリ:
seldomU/relationsinspector: Relations Inspector – GitHub
ドキュメント:
Manual · seldomU/RIBackendUtil Wiki – GitHub
フォーラム:
Relations Inspector – Reveal Structures in Your Project | Unity Forum
Find References in Project / Reference Finder (networm)
リポジトリ:
networm/FindReferencesInProject: Find Asset References in Unity Project – GitHub
networm/ReferenceFinder – GitHub
Reference Graph Maker
コード:
ReferenceGraphMaker.cs – hiryma/UnitySamples – GitHub
参考:
アセット参照関係を全部書き出す | KAYAC engineers’ blog
Reference Viewer (Amagami)
リポジトリ:
ina-amagami/unity-reference-viewer: アセット参照検索ツール – GitHub
参考:
Reference Viewer – アセットの参照を高速に調べるツール | アマガミナブログ
Reference Viewer (anchan828)
リポジトリ:
anchan828/ReferenceViewer – GitHub
参考: