Home

Awesome

SearchTools

Unityに於ける各種検索機能の実装

使い方

  1. SearchToolsをダウンロード・インストール
  2. Unityメニュー/Window/Search ToolsからRom Include Viewerを選択
  3. Rom Include Viewerウインドウが開き、解析が自動で始まる
  4. 解析が終わる迄待つ
  5. Projectタブから梱包状況を知りたいアセットを選択する
  6. Rom Include Viewerに選択したアセットの梱包状況が表示される

アイコンの意味

<img alt="IncludeIcon" src="https://raw.githubusercontent.com/eral/SearchTools/master/Assets/SearchTools/Textures/IncludeIcon.png">…ロムに含まれる
<img alt="ExcludeIcon" src="https://raw.githubusercontent.com/eral/SearchTools/master/Assets/SearchTools/Textures/ExcludeIcon.png">…ロムに含まれない
<img alt="AmbiguousIcon" src="https://raw.githubusercontent.com/eral/SearchTools/master/Assets/SearchTools/Textures/AmbiguousIcon.png">…ロムに含まれるアセットと含まれないアセットが混在している(Projectタブのみ)
<img alt="UnknownIcon" src="https://raw.githubusercontent.com/eral/SearchTools/master/Assets/SearchTools/Textures/UnknownIcon.png">…判定対象になっていない(解析時に存在しなかったアセット)

<img alt="AssetBundleIncludeIcon" src="https://raw.githubusercontent.com/eral/SearchTools/master/Assets/SearchTools/Textures/AssetBundleIncludeIcon.png">…アセットバンドルに含まれる
<img alt="AssetBundleExcludeIcon" src="https://raw.githubusercontent.com/eral/SearchTools/master/Assets/SearchTools/Textures/AssetBundleExcludeIcon.png">…アセットバンドルに含まれない
<img alt="AssetBundleAmbiguousIcon" src="https://raw.githubusercontent.com/eral/SearchTools/master/Assets/SearchTools/Textures/AssetBundleAmbiguousIcon.png">…アセットバンドルに含まれるアセットと含まれないアセットが混在している(Projectタブのみ)
<img alt="AssetBundleUnknownIcon" src="https://raw.githubusercontent.com/eral/SearchTools/master/Assets/SearchTools/Textures/AssetBundleUnknownIcon.png">…判定対象になっていない(解析時に存在しなかったアセット)

LICENSE

Boost Software License, Version 1.0