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
- Host: GitHub
- URL: https://github.com/tratteo/pury
- Owner: tratteo
- License: mit
- Created: 2022-09-04T23:36:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T00:17:22.000Z (over 3 years ago)
- Last Synced: 2025-08-12T22:48:38.300Z (11 months ago)
- Topics: editor-tool, library, unity
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](
https://openupm.com/packages/com.tratteo.pury/)



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