Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)