Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Thundernerd/Unity3D-ExtendedEvent
A UnityEvent replacement
https://github.com/Thundernerd/Unity3D-ExtendedEvent
Last synced: 2 months ago
JSON representation
A UnityEvent replacement
- Host: GitHub
- URL: https://github.com/Thundernerd/Unity3D-ExtendedEvent
- Owner: Thundernerd
- License: mit
- Archived: true
- Created: 2015-11-11T18:26:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T14:00:46.000Z (over 6 years ago)
- Last Synced: 2024-08-03T05:18:11.586Z (5 months ago)
- Language: C#
- Homepage:
- Size: 144 KB
- Stars: 134
- Watchers: 21
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Unity3D-ExtendedEvent - A UnityEvent replacement (Event)
README
# Unity3D-ExtendedEvent
A simple replacement for Unity3D's UnityEvent that offers a wider range of options.
* More fields, properties, and methods to select from
* Ability to pass more than one parameter to a method#### Selecting properties
| UnityEvent | ExtendedEvent |
| ------------| ------------- |
| ![UE](http://puu.sh/liQxU/0e67e4d36b.png) | ![EE](http://puu.sh/liR1d/deb4c7faa8.png) |#### Selecting Methods
| UnityEvent | ExtendedEvent |
| ------------| ------------- |
| ![UE](http://puu.sh/liQxU/0e67e4d36b.png) | ![EE](http://puu.sh/liQXe/f8097050ee.png) |#### Filling in values
| UnityEvent | ExtendedEvent |
| ------------| ------------- |
| ![UE](http://puu.sh/liQyA/f249ca067a.png) | ![EE](http://puu.sh/liRst/bf48022684.png) |#### Passing (multiple) parameters to a method
| UnityEvent | ExtendedEvent |
| ------------| ------------- |
| ![UE](http://puu.sh/liRQE/6f74866f7b.png) | ![EE](http://puu.sh/liQYP/03fa1182c2.png) |
Passing multiple parameters is not supported in UnityEvent