How to Lerp like a pro
I see this sort of thing far too often:transform.position = Vector3.Lerp(startPos, endPos, Time.deltaTime);The person posting it is usually convinced that Vector3.Lerp is “broken”, but the real