Unity 3D Developer Question: Download Unity 3D Developer PDF

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

Tweet Share WhatsApp

Answers:

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

gameObject.transform.SetActive(false);

Answer #2gameObject.SetActive(false);

Answer #3gameobject.setActive(false);


Download Unity 3D Developer PDF Read All 35 Unity 3D Developer Questions
Previous QuestionNext Question
Tell us what Is An Unity3d File And How Can You Open A Unity3d File?Explain me total Sessions Today?