Skip to content

Mr-sB/CustomizationInspector

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages