The Daily Shaarli

All links of one day in a single page.

April 1, 2018

Pro-tip: Custom Editors in Unity
If you wanna make custom editors in Unity, be wary of the headaches.

That being said, you could always check the "newly" released Unity C# reference code on how they tackle their own Editors.

For instance, you see some fancy thing they did in their SpriteRenderer editor OnInspectorGUI, go look up the code and get inspired by their magic!