private void Angle() { Vector3 dir = target.position - transform.position; Debug.Log(BasicMath.AngleDeg(transform.up, dir)); }