void Start () { gameObject.SetActive(false); // Disables the game object }
public void SetActive(bool value);