Answers for "unity prefab button not working"

C#
0

unity prefab button not working

Make sure:
1. Button gameObject is active (you won't see it if its not active)
2. Button component on the gameObject is active (looks greyer when inactive)
3. No text  or any other element's bounding box is covering it
IF these don't work, comment the your answer.
Posted by: Guest on November-25-2021

Code answers related to "unity prefab button not working"

C# Answers by Framework

Browse Popular Code Answers by Language