Comments

Log in with itch.io to leave a comment.

(2 edits)

So cool! I am wondering whether can you use button to select options or is it mouse/pad only?


Something like this:




Also, how does it bind the events (like: OnClick, OnSelect and stuff)? Does it work like UnityEvent?

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.