Tag Archives: Code

avatar

Custom Attributes in Unity3D

One of the recent versions of Unity introduced a wider variety of Custom Attributes. For example, to spice up your boring Editor-exposed floats, you could add the Range-Attribute to get this: But how do you create something like that yourself?