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

Submitted by: Muhammad
To hide gameobject in Unity 3D, you have to use the code

gameObject.transform.SetActive(false);
Submitted by: Muhammad

Read Online 3D Graphics Job Interview Questions And Answers