You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This addon provides the Unity Editor with an alternative inspector/editor for .guiskin files.
Reason (Why was it made?)
The editor was created to provide an alternative to the default guiskin editor that focused on performance when editing large numbers of guistyles and allowed other extended features for easier/faster maintenence.
Features (What can it do?)
Supports 3 display modes (Default, Replica, and Compact).
Supports searching of styles by name or attributes. Searches can be explicit or use wildcards.
Supports visual forms for constructing advanced search queries.
Supports copy/paste of GUIStyles.
Supports searching/grouping separated fragment guiskin files from parent (i.e : MySkin#Buttons.guiskin belongs to MySkin.guiskin set)
Supports off-screen padding/clipping of non-visible elements for smooth framerate even when hundreds of styles present.
Default mode uses Unity's built-in editor.
Replica mode visually mimic's Unity's built-in editor with extra performance/features.
Compact mode focuses on more direct access to style options.
Compatibility (What environments will it function with?)
Currently, the system has been built and tested on Unity 5.0 through 5.6.0b9 on Windows/Mac/Linux.
If you'd like to make a direct inquiry regarding my work or if you just want a friendly conversation, you can find me idling in the Game Dev League Discord server under the alias Bradical. Failing that, I'm also reachable via email at bradsmithee@gmail.com
Preview (What does it look like?)
Performance Comparison
Searching
Compact Mode
About
Provides the Unity Editor with an alternative inspector/editor for .guiskin files.