3D Graphics Question:

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

Tweet Share WhatsApp

Answer:

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

gameObject.transform.SetActive(false);

Download 3D Graphics PDF Read All 70 3D Graphics Questions
Previous QuestionNext Question
Tell me what is the function of Inspector in Unity 3D?What Is Rotation?