How can I touch a game object on mobile and get events?

I’m having a really hard time trying to figure out how to make a game object with a collider touchable with the new input system. Basically, I’m making a mobile game. I want the player to be able to click game objects and run my scripts.

Previously I used assets like Control Freak 2 for mobile controls. However, these assets have become useless with the new Input System. I’ve watched several videos on YouTube. They all break down the new system but non actually explain how to accomplish what I’m doing. Any help for a new unity user like myself would be appreciated. Thank you

Pray for help.

@Caetleo - did you ever find a solution? i’m having the same problem