Answers

Question and Answer:

  Home  Unity 3D Developer

⟩ Tell us in Unity 3d How Can You Hide Gameobject?

To hide gameobject in Unity 3D, you have to use the code

gameObject.transform.SetActive(false);

 213 views

More Questions for you: