GitXplorerGitXplorer
c

EventsPlus

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
39008cf4549d16db2152dc53ff4a93e5367fb201

Update LICENSE

cchasse20 committed 4 years ago
Verified
5ed34cf59b37c751211cea8bac4058d20be39566

Update README.md

cchasse20 committed 6 years ago
Verified
9abe6c0e74425238d48b445b133cd7edbf4b6574

Update README.md

cchasse20 committed 6 years ago
Verified
4df172c13ca23e40a269bba46041557fa0933143

Update README.md

cchasse20 committed 6 years ago
Verified
73fe14c22df8e073c18932764e48d78c09f4f4f8

Update README.md

cchasse20 committed 6 years ago
Verified
ffd0bb362f2ed6b90ee04fc04e62272c187cf6d9

Update README.md

cchasse20 committed 6 years ago

README

The README file for this repository.

EventsPlus

Events Plus is a powerful event management tool for the Unity Engine. It has been designed as a complete replacement of the stock UnityEvent system and includes several added features and performance improvements. Like UnityEvents, Events Plus enables developers to avoid otherwise cumbersome event wiring and instead manage it all solely within the editor window.

Logo

Website

Asset Store

Documentation

Online API

CORE FEATURES

  • Automatic event wiring
  • Supports every Unity variable type (Vector3, AnimationCurve, etc.)
  • Allows up to 10 event arguments
  • Expandable and re-orderable inspector drawers
  • Optimized for cross-platform with up to 1000% faster speeds over stock UnityEvents
  • Supports both direct events and preconfigured argument calls to all public variables, properties and methods
  • Supports methods with return types and function overloading
  • Source code included and fully-documented