jacksonon / CustomizationInspector

Customize Unity3D inspector by attribute(such as Button, ReadOnly, HideIf etc.) and serializable dictionary.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomizationInspector

Customize Unity3D inspector by attribute(such as Button, ReadOnly, HideIf etc.) and serializable dictionary.

Features

  • Provide some attributes to change original inspector.(Rename,HideIf,ShowIf,ReadOnly,ValueDropdown,InfoBox,MinMax,Button...)
  • Serialize dictionary class to easy edit in inspector.
  • Redraw Vector4 and Vector4Int inspector.
  • Add Copy and Paste button on AnimationCurve inspector.

Effect

  • CommonAttributes

image

  • MinMax

image

  • SerializableDictionary

image

  • AnimationCurve

image

  • Vector4

image

Note

AnimationCurve require UnityExtensionUtil module.

About

Customize Unity3D inspector by attribute(such as Button, ReadOnly, HideIf etc.) and serializable dictionary.

License:MIT License


Languages

Language:C# 100.0%