A Practical Guide To Editor Scripting in Unity - Part 1: Introduction
Game development is a lengthy and highly complicated process that can take months of a developers life for even a small project, therefore any thing that helps improve the workflow and speedup the process is very welcome. Now while modern game engines try to cater to the needs of developers and make their lives easier, there is always space for improvement, especially given the specific needs of each project. Luckily for users of the Unity3D game engine, there exists an easy to use and powerful editor API that allows the creation of basically anything you want in regards to working with the Unity editor UI, be it simple extensions or full-blown editor windows and custom tools that interact with your game....