Hide Ui Elements Unity Code Example


Example: how to hide ui elements unity

GameObject.Find("the object name").SetActive(false);

Comments