Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.18 KB

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:

{
  "dependencies": {
    "com.gameframe.editorutils": "https://github.com/coryleach/UnityEditorUtils.git#1.0.1",
    ...
  },
}

Author

👤 Cory Leach

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator