Skip to main content

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

This asset is marvellous, Ive been trying to create something similar for my students and as a productivity tool for repetitive tasks but ive stumbled upon Your version and its beautifully usefull. Could I extend it with the code ive made myself and fork it on github?

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.