Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Do you need to make any significant changes to UltEvents itself?

If possible, I would prefer for you to only post your extensions with an explanation of how to download UltEvents and make any necessary modifications.

I was investigating the ability to implement search box for dropdown menu for easier exploration of methods and parameters. Cause now its kinda pain when you manage to find something in a big list and it closed because youve moved a mouse a little bit. I would contribute some extensions for quick gameplay prototyping like Unity input interfacing.

(+1)

If you make a class with the same methods as Unity’s GenericMenu, the only change you should need to make in UltEvents should be in MethodSelectionMenu.cs just putting a using GenericMenu = YourClass; at the top.

Thank You for pointing me in the right direction.