Vector3 direction = cam.TransformDirection(_input.normalized);
direction.y = 0;
heart = GameObject.Find("Healths");
Debug.Log(heart);
Debug.Log(heart.GetComponent<UIControler>());
int futurehp = heart.GetComponent<UIControler>().health + damage;