【Unity】Search ExtensionsのDependency Viewerを用いてGameObjectまたはアセットの依存関係を調べる(グラフ表示する)

はじめに Dependency Viewerは選択したGameObjectやアセットの依存関係を調べることができる機能です。 The Dependency Viewer is a new prototype tool that is built on the Search ecosystem. The Dependency Viewer allows a user to always know the dependencies (both Uses and Used by) of any objects (GameObjec…