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.
- Host: GitHub
- URL: https://github.com/byronmayne/stylebrowser
- Owner: ByronMayne
- License: mit
- Created: 2018-01-02T23:06:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T18:05:00.000Z (almost 8 years ago)
- Last Synced: 2025-04-22T18:11:52.966Z (6 months ago)
- Language: C#
- Size: 88.9 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## Features
* Pick to view all styles or textures

* 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).