jacobdufault / fullinspector

Full Inspector supercharges Unity's inspector
MIT License
111 stars 27 forks source link

Add Color32 CustomPropertyEditor. #212

Open Chaser324 opened 6 years ago

Chaser324 commented 6 years ago

Color32 properties were being drawn as Vector4 in the inspector. Explicitly adding a Color32 CustomPropertyEditor resolves this.

Chaser324 commented 6 years ago

No clue why CI would fail. It looks like a server error rather than an actual failed test.