1
2

More than 5 years have passed since last update.

自作ScriptableObjectのAssetファイルを出力させるエディタ拡張

Posted at

自分でScriptableObjectを作るときに.assetファイルを作るのがめんどくさい

というわけで作りました。

1.ScriptableObjectを継承したクラスを「SelectScript」に入れる
2.吐き出したいResources以下のPathを指定
3.CreateAssetで指定の場所に.assetファイルが出力されます

ScriptableObjectCreator.jpg

こちらからDLできます
よかったらどうぞ

1
2
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
1
2