void FixedUpdate()
 {
     // Move our character
     controller.Move(horizontalMove * Time.fixedDeltaTime);
 }