Unity 3D Developer Question:
Tell us in Unity 3d How Can You Hide Gameobject?
Answers:
Answer #1To hide gameobject in Unity 3D, you have to use the code
gameObject.transform.SetActive(false);
gameObject.transform.SetActive(false);
Answer #2gameObject.SetActive(false);
Answer #3gameobject.setActive(false);
Previous Question | Next Question |
Tell us what Is An Unity3d File And How Can You Open A Unity3d File? | Explain me total Sessions Today? |