0
votes

I'm trying to figure out how can I add a menu to my game. I have followed this Brackeys' tutorial. But when I click on the start button (from Unity, not in the menu), both game and menu load at the same time, and I can't click on anything. When I hover over my buttons, nothing happens. They are supposed to change color slightly when hovered. Interactable and Raycast Target are both checked for my play button. I really don't know where to start to resolve this problem. How can I load only one scene at a given moment? Thank you.

enter image description here enter image description here

1
This question has nothing to do with unityscript - Ruzihm

1 Answers

2
votes

Nevermind i missed the event system object ._.