https://github.com/mr-sb/customizationinspector
Customize Unity3D inspector by attribute(such as Button, ReadOnly, HideIf etc.) and serializable dictionary.
https://github.com/mr-sb/customizationinspector
attribute button inspector serializabledictionary unity unity3d-editor
Last synced: 5 months ago
JSON representation
Customize Unity3D inspector by attribute(such as Button, ReadOnly, HideIf etc.) and serializable dictionary.
- Host: GitHub
- URL: https://github.com/mr-sb/customizationinspector
- Owner: Mr-sB
- License: mit
- Created: 2020-01-22T02:54:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T03:39:11.000Z (about 1 year ago)
- Last Synced: 2024-09-22T11:30:29.974Z (10 months ago)
- Topics: attribute, button, inspector, serializabledictionary, unity, unity3d-editor
- Language: C#
- Homepage:
- Size: 841 KB
- Stars: 38
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
* SerializeReferenceSelector
* SerializableDictionary
* MinMax
* Vector4