• Stars
    star
    110
  • Rank 315,276 (Top 7 %)
  • Language
    C#
  • License
    MIT License
  • Created over 5 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Unityアセット参照検索ツール / Asset reference search for Unity

unity-reference-viewer

unity-reference-viewer

English

Unity上でアセットの参照を検索し、ウィンドウ上に表示するツールです。
(例:テクスチャを使用しているマテリアルを調べる)

本パッケージをAssets以下の任意の場所に配置するだけで動作します。

詳しい解説はこちら

UPMインストール

upm経由でインストールする場合は https://github.com/ina-amagami/unity-reference-viewer.git を指定して下さい。

Packages/manifest.json のdependencies内に追加してもインストールできます。

{
  "dependencies": {
    "jp.amagamina.reference-viewer": "https://github.com/ina-amagami/unity-reference-viewer.git"
  }
}

ライセンス条項

MITライセンス https://opensource.org/licenses/mit-license.php

コード内のライセンス表記を残して頂ければ自由に使用可能です。

Copyright (c) 2019-2021 ina-amagami ([email protected])