Unity 3D Developer Question:
Tell us in Unity 3d How Can You Hide Gameobject?

Answers:
Answer #1
To hide gameobject in Unity 3D, you have to use the code
gameObject.transform.SetActive(false);
To hide gameobject in Unity 3D, you have to use the code
gameObject.transform.SetActive(false);
Answer #2
gameObject.SetActive(false);
gameObject.SetActive(false);
Answer #3
gameobject.setActive(false);
gameobject.setActive(false);
Previous Question | Next Question |
Tell us what Is An Unity3d File And How Can You Open A Unity3d File? | Explain me total Sessions Today? |