「Unity/開発環境/オブジェクト検索」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==reference-viewerとは== オブジェクト検索できる https://github.com/ina-amagami/unity-reference-viewer ==使い方== DLして、Assets以下に配置して...」) |
(→reference-viewerとは) |
||
| 行2: | 行2: | ||
オブジェクト検索できる | オブジェクト検索できる | ||
| − | https://github.com/ina-amagami/unity-reference-viewer | + | ==インストール== |
| + | https://github.com/ina-amagami/unity-reference-viewer からDLしてAssets以下へ配置 | ||
| + | |||
| + | もしくは | ||
| + | |||
| + | Packages/manifest.json のdependencies内に追加以下追加 | ||
| + | |||
| + | { | ||
| + | "dependencies": { | ||
| + | "jp.amagamina.reference-viewer": "https://github.com/ina-amagami/unity-reference-viewer.git" | ||
| + | } | ||
| + | } | ||
==使い方== | ==使い方== | ||
DLして、Assets以下に配置して、検索したいファイル(画像とか)で右クリックで、"Find References In Project/ByGrep"すると、参照先のオブジェクト(prefabなど)が出てくる。 | DLして、Assets以下に配置して、検索したいファイル(画像とか)で右クリックで、"Find References In Project/ByGrep"すると、参照先のオブジェクト(prefabなど)が出てくる。 | ||
2022年6月18日 (土) 02:19時点における版
reference-viewerとは
オブジェクト検索できる
インストール
https://github.com/ina-amagami/unity-reference-viewer からDLしてAssets以下へ配置
もしくは
Packages/manifest.json のdependencies内に追加以下追加
{
"dependencies": {
"jp.amagamina.reference-viewer": "https://github.com/ina-amagami/unity-reference-viewer.git"
}
}
使い方
DLして、Assets以下に配置して、検索したいファイル(画像とか)で右クリックで、"Find References In Project/ByGrep"すると、参照先のオブジェクト(prefabなど)が出てくる。
