Skip to content

Commit 05c80bc

Browse files
authored
Update README.md
Added some info on installation using the package manager.
1 parent 4d60f13 commit 05c80bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Drop in replacement for the default Unity event editor drawer that allows listen
1111
* Adds hotkeys for editing events; hotkeys added are Add (Ctrl+A), Copy, Cut, Paste, Delete, and Duplicate
1212

1313
## Installation
14-
1. Grab the EasyEventEditor.cs script by [downloading the zip](https://github.com/Merlin-san/EasyEventEditor/archive/master.zip) and put it somewhere in your project files or download [the most recent release](https://github.com/Merlin-san/EasyEventEditor/releases/latest) and open the .unitypackage in Unity.
14+
1. Grab the EasyEventEditor.cs script by [downloading the zip](https://github.com/Merlin-san/EasyEventEditor/archive/master.zip) and put it somewhere in your project files or download [the most recent release](https://github.com/Merlin-san/EasyEventEditor/releases/latest) and open the .unitypackage in Unity.
15+
16+
If you want to install from the package manager, [download a zip](https://github.com/Merlin-san/EasyEventEditor/archive/master.zip) or clone the project and extract it to some directory outside of your project or into the packages directory of your project. Then open the package manager and click the '+' button on the bottom left of the window, click "Add package from disk..." and navigate to the `package.json` file in the directory you extracted the zip to.
17+
1518
2. You will now have everything enabled. To disable features that you don't want you will need to open the EEE settings menu.
1619
3. Open the settings menu under Edit->Easy Event Editor Settings, or in 2018.3 and up open your editor Preferences and find the Easy Event Editor section. These settings will persist between projects, though you'll need to re-import the event editor script.
1720

0 commit comments

Comments
 (0)