I have a Hiding button in my scene and I need that button to appear when I click another button, Can anyone tell me how to do it please?
Let’s say button A will hide button B.
In the OnClick section of the button A, add a new entry (the small + icon) and in the object field that appears drag in button B. Click on the dropdown right next to the object field and select GameObject/SetActive and make sure the checkbox that appears is unticked.
Then hit Play and click button A.