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

https://github.com/coryleach/unityeditorutils

Editor utilities and helpers for creating custom inspectors.
https://github.com/coryleach/unityeditorutils

editor package plugin unity unity3d unity3d-editor utilty

Last synced: 3 months ago
JSON representation

Editor utilities and helpers for creating custom inspectors.

Awesome Lists containing this project

README

          

Welcome to com.gameframe.editorutils 👋



Version

Twitter: coryleach

> Misc. Editor Utilities for Unity.
> Helper MenuItems for clearing player prefs and opening persistent data folder.
> Including various MenuItems and helpers for building custom inspectors.

## Quick Package Install

#### Using UnityPackageManager (for Unity 2019.1 or later)

Find the manifest.json file in the Packages folder of your project and edit it to look like this:
```js
{
"dependencies": {
"com.gameframe.editorutils": "https://github.com/coryleach/UnityEditorUtils.git#1.0.1",
...
},
}
```

## Author

👤 **Cory Leach**

* Twitter: [@coryleach](https://twitter.com/coryleach)
* Github: [@coryleach](https://github.com/coryleach)

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_