PyrusMed / Pear-Interaction-Engine

PIE was made to give designers and developers an easier way to create, share and modify user interactions
https://github.com/PearMed/Pear-Interaction-Engine
MIT License
11 stars 2 forks source link

Developinng new interactions is too difficult #7

Open CodeRhymesLife opened 7 years ago

CodeRhymesLife commented 7 years ago

Registering and unregistering properties and applying them to the active object is way too convoluted. It's all abstracted away in the inspector, which is great, but, for developers writing new events and event handlers, it's way too much. Need to simplify the architecture to make writing new events and event handlers simpler.

CodeRhymesLife commented 7 years ago

Use the Unity event system: https://docs.unity3d.com/Manual/EventSystem.html