private void Start() { player = FindObjectOfType <Player>(); inventory.CloseGui(); crosshair.SetActive(true); }