コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】Unity エディタが使用している約3,000個のアイコンを PNG で出力できる「SaveEditorDefaultResources」紹介

概要

上記のソースコードを Unity プロジェクトの「Editor」フォルダに追加して

f:id:baba_s:20171201165616p:plain

Unity メニューの「Window>eppz!>Icon」を選択して

f:id:baba_s:20171201165651p:plain

「Get Assets」を押してから「Save Assets」を押すと
Unity エディタが使用している約3,000個のアイコンが
「Assets/Editor Default Resources」フォルダ内に出力されます

アイコン一例

f:id:baba_s:20171201170433p:plain

f:id:baba_s:20171201170442p:plain

f:id:baba_s:20171201170450p:plain

f:id:baba_s:20171201170459p:plain

f:id:baba_s:20171201170508p:plain

参考サイト様

http://eppz.eu/blog/unity-editor-icon-assets/

関連記事