Skip to content

Commit

Permalink
Description update
Browse files Browse the repository at this point in the history
  • Loading branch information
coryleach committed Nov 25, 2019
1 parent a355679 commit 78d59ed
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
39 changes: 37 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
com.gameframe.editorutils
<h1 align="center">Welcome to com.gameframe.editorutils 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" />
<a href="https://twitter.com/coryleach">
<img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
</a>
</p>

Editor utilities and helpers
> Misc. Editor Utilities for Unity.</br>
> 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.0",
...
},
}
```

## 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)_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.gameframe.editorutils",
"displayName": "Gameframe.EditorUtils",
"version": "1.0.0",
"description": "Editor utilities and helpers",
"description": "Editor utilities and helpers for creating custom inspectors. ",
"keywords": [],
"author": {
"name": "Cory Leach",
Expand Down

0 comments on commit 78d59ed

Please sign in to comment.