unidade como definir o gameObjkect habilitado
//This is for unity
GameObject.SetActive(true);
Open Oryx
//This is for unity
GameObject.SetActive(true);
void Start ()
{
gameObject.SetActive(false); // Disables the game object
}