All Projects → MerlinVR → EasyEventEditor

MerlinVR / EasyEventEditor

Licence: MIT, Unknown licenses found Licenses found MIT LICENSE Unknown LICENSE.meta
Drop in replacement for the default Unity event editor drawer that allows listener reordering

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to EasyEventEditor

micro-typed-events
The smallest, most convenient typesafe TS event emitter you'll ever need
Stars: ✭ 39 (-62.14%)
Mutual labels:  events
KorikasAvatarPlugin
🐈 Manage your VRChat avatars with ease!
Stars: ✭ 27 (-73.79%)
Mutual labels:  vrchat
Wortuhr ESP8266
Wortuhr mit ESP8266 WeMos D1 mini und NeoPixel WS2812B LEDs mit mp3 Sounds, Animationen, Transitions, Events und Spiele
Stars: ✭ 33 (-67.96%)
Mutual labels:  events
docker eventer
A Docker container to notify about Docker events written in Python
Stars: ✭ 14 (-86.41%)
Mutual labels:  events
Tech-Conferences
Overview of upcoming and past tech conferences
Stars: ✭ 42 (-59.22%)
Mutual labels:  events
easyappointments-integrations
📅 Various platform integration packages of Easy!Appointments
Stars: ✭ 29 (-71.84%)
Mutual labels:  events
Cqrs Clean Eventual Consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
Stars: ✭ 247 (+139.81%)
Mutual labels:  events
evon
Fast and versatile event dispatcher code generator for Golang
Stars: ✭ 15 (-85.44%)
Mutual labels:  events
chronosjs
JS Channels (Events / Commands / Reqest-Response / Courier) Mechanism
Stars: ✭ 35 (-66.02%)
Mutual labels:  events
vcenter-connector
Extend vCenter with OpenFaaS
Stars: ✭ 29 (-71.84%)
Mutual labels:  events
penn-clubs
Official React-based website for Penn Labs' club directory and events listings.
Stars: ✭ 41 (-60.19%)
Mutual labels:  events
laravel-attribute-observer
Observe (and react to) attribute changes made on Eloquent models.
Stars: ✭ 59 (-42.72%)
Mutual labels:  events
tiny-typed-emitter
Fully type-checked NodeJS EventEmitter
Stars: ✭ 96 (-6.8%)
Mutual labels:  events
VRChatRejoinTool
This software helps rejoin to the VRChat instance.
Stars: ✭ 51 (-50.49%)
Mutual labels:  vrchat
event-horizon
Custom global event firing/subscribing in GameMaker: Studio 2
Stars: ✭ 16 (-84.47%)
Mutual labels:  events
vrchatapi-javascript
🟡 VRChat API Library for JavaScript and TypeScript
Stars: ✭ 32 (-68.93%)
Mutual labels:  vrchat
ZSFakeTouch
Simulate touch events for iOS 模拟点击
Stars: ✭ 104 (+0.97%)
Mutual labels:  events
ng2-events
Supercharge your Angular2+ event handling
Stars: ✭ 17 (-83.5%)
Mutual labels:  events
UnityEventAggregator
Simple event aggregation for Unity3D.
Stars: ✭ 30 (-70.87%)
Mutual labels:  events
UnityPickers
Value selection controls for Unity game engine editor.
Stars: ✭ 34 (-66.99%)
Mutual labels:  editor-extension

Easy Event Editor

Drop in replacement for the default Unity event editor drawer that allows listener reordering and a few other things

Features

  • Drag and drop reordering of Unity Event listeners in the inspector
  • Gives easy access to private, internal, and obsolete methods/properties that Unity usually hides
  • Allows editing of multiple of the same component type on the same object
  • 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!)
  • Adds hotkeys for editing events; hotkeys added are Add (Ctrl+A), Copy, Cut, Paste, Delete, and Duplicate

Installation

  1. Grab the EasyEventEditor.cs script by downloading the zip and put it somewhere in your project files or download the most recent release and open the .unitypackage in Unity.

    If you want to install from the package manager, download a 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. For Unity 2019 and up you can add the package directly from the .git link that github gives you when you click the Clone or download dropdown.

  2. You will now have everything enabled. To disable features that you don't want you will need to open the EEE settings menu.

  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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].