1.

In Unity 3d How Can You Hide Gameobject?

Answer»

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);



Discussion

No Comment Found

Related InterviewSolutions