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

https://github.com/frankenbit/skinbrowser

IMGUI Skin Browser Package for the Unity 3D Editor
https://github.com/frankenbit/skinbrowser

unity3d unity3d-editor

Last synced: 4 months ago
JSON representation

IMGUI Skin Browser Package for the Unity 3D Editor

Awesome Lists containing this project

README

          

# Unity 3D Skin Browser
IMGUI Skin Browser Package for the Unity 3D Editor

## Overview
The Skin Browser can be used to browse the IMGUI styles available in the
Unity 3D Editor to use them in your own editor windows, inspectors or drawers.

![Example View](images/ExampleView.png)

## Features
- It is possible to switch between the available skin sets
- The text displayed in the skin example tiles can be changed
- There is a search field to display styles matching a specific name
- The size of the skin preview tiles may be changed using a slider at the
bottom of the window.

## How to install
1. Open the Package Manager window using the main application menu via
[`Window`] > [`Package Manager`].
2. Click on the ![Add package...](images/AddPackageButton.png) button in the
top left corner of the `Package Manager` window.
3. Select `Add package from git URL...` from the menu that was just open:

![Add package menu](images/AddPackageMenu.png)
4. Enter the clone URL

https://github.com/FrankenBit/SkinBrowser.git

of the `Skin Browser` repository in the input field and click on the `Add` button
right next to the input field:

![Enter clone URL](images/EnterCloneUrl.png)

## How to use
The `Skin Browser` window can be displayed using the main application menu via
[`Window`] > [`Analysis`] > [`IMGUI Skin Browser`]:
![Skin Browser Menu](images/SkinBrowserMenu.png)