UUM-75577
Fixed in 2022.3.70f1Mentioned in 1 Unity 2022 LTS release note.
First fixed in 2022.3.70f1 (Dec 18, 2025).
| Version | Section | Risk | Impact | Note |
|---|---|---|---|---|
| 2022.3.70f1 | Fixes Scripting | Fix | Passing a 0 detaTime into Mathf.SmoothDamp would cause a returned velocity of NaN (0 distance / 0 time). The returned velocity has been changed to pass back the same velocity that was passed in to the function. |