I’m currently working on replacing my old Star tutorial with a small set of tutorials that cover the same material but use property drawers. The first one introduces serialized classes and property drawers. The second one deals with using a parameterised attribute to draw lists differently. The third one goes into custom editors and in-scene gui with a dynamic mesh.
I decided to split the subject matter into multiple tutorials so they’re smaller, more focused, and I can release them sooner. I plan to do that for all my future tutorials.
The first one is now available.
Custom Data, an introduction to serialized classes and property drawers
This tutorial shows how to create a custom data type and how to write a property drawer for it.
I’m now working on the second one. Any questions, feedback, and suggestions are greatly appreciated.