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

https://github.com/byronmayne/stylebrowser

A browser editor window to view all Unity built in styles.
https://github.com/byronmayne/stylebrowser

Last synced: 6 months ago
JSON representation

A browser editor window to view all Unity built in styles.

Awesome Lists containing this project

README

          

# Style Browser

Style Browser is an easy to use Editor Window that allows you to view all of the built in styles and textures that Unity has built into it. Simply right click and the item will be copied to your clipboard.

![](./Editor/Docs/FullWindow.png)

## Features

* Pick to view all styles or textures
![](./Editor/Docs/Toolbar.png)
* Right click copies the style or texture

### Submoudles
* [GUIGird](https://github.com/ByronMayne/GUIGrid): Used to draw the grid that displays the elements.
* [Capture Groups](https://github.com/ByronMayne/CaptureGroups): Used to draw screen shots for the wiki.

### Credit

Style Browser was originally designed to replace the open source [BuiltInResourcesWindow](http://wiki.unity3d.com/index.php/Show_Built_In_Resources) on the Unity Wiki. This script I found super helpful but it was not really well written. So I expanded upon it.

### TODO:
* Add loader for textures

### Meta

Handcrafted by Byron Mayne [[twitter](https://twitter.com/byMayne) • [github](https://github.com/ByronMayne)]

Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php).