Answers for "how to show and hide ui in unity"

C++
2

how to hide ui elements unity

GameObject.Find("the object name").SetActive(false);
Posted by: Guest on March-23-2020

Code answers related to "how to show and hide ui in unity"

Browse Popular Code Answers by Language