can't play my game help

my game works fine in unity when i start it but when i build and run it i can’t press the buttons. help

Check the player log file created when you launch your build.

Put an eventmanager in your scene.
I’m assuming you’re using gui buttons that you cant click?
Are the buttons “clicking” but not doing anything? by default, they should “press in a little bit” as a visual que.
If they are, you have to set up what they do in the inspector, if not, its probably the eventmanager
find it on the bottom of the the gameobject menu.

THX YOU SO MUCH it works now :slight_smile:

1 Like