Answers

Question and Answer:

  Home  3D Graphics

⟩ Tell me in Unity 3D how can you hide gameobject?

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

gameObject.transform.SetActive(false);

 175 views

More Questions for you: