Monthly Archives: September 2014

Unity Editor Extensions – Menu Items

The Unity editor allows adding custom menus that look and behave like the built-in menus.  This can be very useful for adding commonly used functionality that is frequently needed to be accessible directly from the editor UI. In this post i’ll show how … Continue reading

Posted in GameDev, Unity | Tagged , , , | Leave a comment

Unity Editor Extensions

The Unity editor offers many APIs for extending it in various ways to enhance your development workflows. This includes things such as hooks into the build pipeline, creation of custom windows, menu items and custom inspectors to name a few. In this … Continue reading

Posted in GameDev, Unity | Tagged , , , | Leave a comment