Unity, как установить включенное GameObjkect
//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
}