Skip to content

Unity Plugin that adds the following features: The ability to listen for messages and events on game objects and invoke multi-parameter method calls without writing custom scripts

License

Unlicense, Unknown licenses found

Licenses found

Unlicense
LICENSE
Unknown
LICENSE.meta

snaphat/UnityEventListenerTools

Repository files navigation

UnityEventListenerTools

Unity Plugin that adds the following features:

  • The ability to listen for messages and events on game objects and invoke multi-parameter method calls without writing custom scripts

Support for the following callbacks

  • Unity MonoBehaviour Messages
    • Awake
    • Start
    • OnEnable
    • OnDisable
  • Dialogue System for Unity (PixelCrushers) Messages
    • OnUse,
    • OnBarkStart,
    • OnBarkEnd,
    • OnConversationStart,
    • OnConversationEnd,
    • OnSequenceStart,
    • OnSequenceEnd,
  • Unity Collider Messages
    • OnTriggerStay,
    • OnTriggerEnter,
    • OnTriggerExit,
    • OnCollisionStay,
    • OnCollisionEnter,
    • OnCollisionExit,
  • Unity Collider2D Messages
    • OnTriggerStay2D,
    • OnTriggerEnter2D,
    • OnTriggerExit2D,
    • OnCollisionStay2D,
    • OnCollisionEnter2D,
    • OnCollisionExit2D
  • Unity PlayableDirector Events
    • OnPlayed (played Event)
    • OnPaused (paused Event)
    • OnStopped (stopped Event)

About

Unity Plugin that adds the following features: The ability to listen for messages and events on game objects and invoke multi-parameter method calls without writing custom scripts

Topics

Resources

License

Unlicense, Unknown licenses found

Licenses found

Unlicense
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages