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
- Host: GitHub
- URL: https://github.com/frankenbit/skinbrowser
- Owner: FrankenBit
- License: mit
- Created: 2020-11-19T15:32:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T23:31:23.000Z (over 5 years ago)
- Last Synced: 2025-02-13T22:16:43.974Z (over 1 year ago)
- Topics: unity3d, unity3d-editor
- Language: C#
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.

## 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  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:

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:

## How to use
The `Skin Browser` window can be displayed using the main application menu via
[`Window`] > [`Analysis`] > [`IMGUI Skin Browser`]:
