0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Unity内で特定のスクリプトがアタッチされているオブジェクトを検索する方法

Posted at

Unityのプロジェクトを開いている際、特定のスクリプトがどのオブジェクトにアタッチされているのか調べる方法です。

手順

  1. 検索したいスクリプトの.metaファイルを開きます。
  2. 開いた.metaファイル内にguidが記載されているのでコピーします。
    guid
  3. gitを開きgrepを行います。
    git grep 6981db99d27fc3a4f88159995e93e24e
    
  4. スクリプトがアタッチされているすべてのスクリプトが表示されます。
    grep
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?