強火で進め

このブログではプログラム関連の記事を中心に書いてます。

Unityのエディタ拡張について丁寧に解説されているスライド「Extending the Unity Editor」

Extending the Unity Editor。副題は「Unity Editor の 拡張について」。タイトルのままのUnityのIDE内のエディタを拡張する方法について解説してあるスライドです( @lucifuges さん制作のスライドです)。

補足

このスライドで使用されている言語は C#

P.10のスクリプトはファイル名を HogeEditor で作成。

最後のページに書かれている。 gmcs.rsp について「このファイルは何者ですか?」と質問したところ、この様な解答を頂きました。

関連ページ

Unityのエディタ拡張についての良記事「How to Add Your Own Tools to Unity’s Editor」 - 強火で進め
http://d.hatena.ne.jp/nakamura001/20120319/1332173538

Unity - Extending the Editor
http://unity3d.com/support/documentation/Components/gui-ExtendingEditor.html