Thanks for the comment. I'm happy you liked it!
This is indeed would be a good addition. It might take some time to update the version, but I'll make sure to add it to the queue.
MeadowGames
Creator of
Recent community posts
Hello, Hyperkvlt.
Thanks for the feedback and for the question.
By default it works for mouse/pad mostly, but other events but the Controller buttons, and keyboard events can be created as Custom Events. This particular case is very interesting and I'll definitely look into it to spot possible improvements.
It is bind as a UnityEvent, the framework contains the logic (regarding the default events) for invoking them. The OnClick, OnSelect and the other default events are related to the MFObject, not the Unity's UI Button events.
Hope it helps and feel free to get in touch via email with more info if needed.
Hello, thanks for the feedback!
(I've answered your email too)
Unfortunately, it would have an impact, it would not be buggy, but the frame rate would decrease. The IKSolver2D alone is responsible for around 30% of the process and it keeps that percentage while increasing the cycle time proportionally to the amount of units in scene.
Your question was very pertinent, there is indeed room for improvement and I'll make sure to do a more detailed analysis on this case and look for ways to increase performance when updating the asset.