I can't use any UI elements in my Project
I can't use the buttons I've placed even if there is an EventSystem and everyelse, Itry with a new scene and it doesn't work too but when I create a new Project everythings work perfectly. Have you a solution for me ?
three things have to be present for the UI to work:
- Canvas with UI elements.
- Graphics Raycaster (usually on the canvas).
- EventSystem.
I got all those elements, I've try to create a new scene with a canvas a button and the event system but it doesn't as well, but when I try to create a new Project the UI elements were perfectly functionnal.
$$anonymous$$ake sure that the Canvas is set to Active (little checkbox at the top of the inspector).
Your answer
Follow this Question
Related Questions
World space canvas buttons are not working? 0 Answers
Button custom collider 0 Answers
Should we keep UI Canvas in Scene? 1 Answer
How can I change the UI button color when clicked 1 Answer
Share button AR 0 Answers