Improving the Unity Editor Inspector with Unity Attributes

Unity has a variety of Property Attributes you can use to make the inspector easier to use, save you time, and prevent mistakes.  Using these Unity Attributes, you can clamp values to acceptable ranges, customize Color settings, or even quickly add custom actions to your inspector window. Today, we’ll cover some of the commonly used Unity Attributes … Continue reading Improving the Unity Editor Inspector with Unity Attributes