Mr-sB / 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.
    • Foldout
    • Rename
    • HideIf
    • ShowIf
    • ReadOnly
    • ValueDropdown
    • InfoBox
    • Button
    • FilePath
    • FolderPath
    • MinMax
    • SerializeReferenceSelector
  • Serialize dictionary class to easy edit in inspector.
  • Redraw Vector4 and Vector4Int inspector.

Effect

  • CommonAttributes

image

  • SerializeReferenceSelector

image

  • SerializableDictionary

image

  • MinMax

image

  • Vector4

image

About

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

License:MIT License


Languages

Language:C# 100.0%