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

https://github.com/tratteo/pury

A lightweight Unity library for creating editor windows with ease
https://github.com/tratteo/pury

editor-tool library unity

Last synced: about 2 months ago
JSON representation

A lightweight Unity library for creating editor windows with ease

Awesome Lists containing this project

README

          

[![openupm](https://img.shields.io/npm/v/com.tratteo.pury?label=OpenUPM&registry_uri=https://package.openupm.com)](
https://openupm.com/packages/com.tratteo.pury/)
![GitHub](https://img.shields.io/github/license/tratteo/Pury?color=orange&label=License)
![GitHub top language](https://img.shields.io/github/languages/top/tratteo/Pury?color=5027d5&label=C%23&logo=.net)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/tratteo/Pury/main?label=Last%20commit&color=brightgreen&logo=github)

# Pury
A lightweight Unity library for creating editor windows with ease.

## Installation
### OpenUPM
It is recommended to install the package with [OpenUPM](https://openupm.com/) in order to automatically resolve dependencies.
To install, move into the project folder and run the command:
```shell
openupm add com.tratteo.pury
```
The OpenUPM CLI is required, for installation instruction check out the [installation guide](https://github.com/openupm/openupm-cli#installation)