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.
- Host: GitHub
- URL: https://github.com/coryleach/unityeditorutils
- Owner: coryleach
- License: other
- Created: 2019-10-10T04:22:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T05:09:40.000Z (over 6 years ago)
- Last Synced: 2025-04-07T03:07:29.291Z (about 1 year ago)
- Topics: editor, package, plugin, unity, unity3d, unity3d-editor, utilty
- Language: C#
- Homepage:
- Size: 43 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to com.gameframe.editorutils 👋
> 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)_