Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T03:39:11.000Z (9 months ago)
- Last Synced: 2024-09-22T11:30:29.974Z (3 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![image](Screenshots~/CommonExample.png)
* SerializeReferenceSelector![image](Screenshots~/SerializeReferenceSelectorExample.png)
* SerializableDictionary![image](Screenshots~/SerializableDictionaryExample.png)
* MinMax![image](Screenshots~/MinMaxExample.png)
* Vector4![image](Screenshots~/Vector4Example.png)