Answers for "unity button not working"

C#
2

button not working unity

- Is another UI object covering it?
- Is you canvas/canvas group set to be interactable?
- Try removing all object apart from your button and one by one re-enable them
- Could Time.Time be set to 0? Unlikely but worth a shot!
- Double check if your button has acctually got an onClick event
Posted by: Guest on January-25-2022
0

unity button not working

this could be for many reasons, but an issue i had was that there was a ui element that was over my button
Posted by: Guest on April-27-2022

Code answers related to "unity button not working"

C# Answers by Framework

Browse Popular Code Answers by Language