You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Drop in replacement for the default Unity event editor drawer that allows listen
8
8
* Gives easy access to private, internal, and obsolete methods/properties that Unity usually hides
9
9
* Allows editing of multiple of the same component type on the same object
10
10
* Provides an Invoke button on each event which executes the methods in the list (make sure you are in play mode if they are runtime only!)
11
+
* Adds hotkeys for editing events; hotkeys added are Add (Ctrl+A), Copy, Cut, Paste, Delete, and Duplicate
11
12
12
13
## Installation
13
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.
0 commit comments