-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters