3D Graphics Question:
Tell me 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);
gameObject.transform.SetActive(false);
Previous Question | Next Question |
Tell me what is the function of Inspector in Unity 3D? | What Is Rotation? |