Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 2.46 KB

README.md

File metadata and controls

40 lines (29 loc) · 2.46 KB

Description (What is this?)

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.

Issues (What problems are known?)

Bugs should be discussed/reported here.

Contact (How can I reach you?)

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 [email protected]

Preview (What does it look like?)

Performance Comparison

Searching

Compact Mode