3D Graphics Question:
Download Job Interview Questions and Answers PDF
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);
Download 3D Graphics Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me what is the function of Inspector in Unity 3D? | What Is Rotation? |