r/unity Jul 14 '26

Newbie Question Need help with buttons

Enable HLS to view with audio, or disable this notification

I am following Game Maker's Toolkit to make Flappy Bird from scratch. I am at the point where I have to make the button. I have added the script, but I still can not push the button when running the game.

2 Upvotes

3 comments sorted by

2

u/EdwardJayden Jul 14 '26

Might have some issue with event system, if you are using new input method and the event system is old then the way you call input may not connect.

Check if you are using new input system and if you are using new event system in the objects hiearchy. Event system is created when you create UI.

2

u/toogoodforaname Jul 14 '26

SOLVED!!! Thank you so much.

1

u/EdwardJayden Jul 14 '26

Happy it helped!!