Search Issue Tracker
Active
Votes
0
Found in
2.8.2
Issue ID
UUM-134040
Regression
No
Wrong interpolation result when using SmoothStepFloat.Interpolate
How to reproduce:
1. Open the attached “IN-133098” project
2. Open the “Scene” scene
3. Enter Play mode
4. Observe the Console window
Actual result: “actual: Interpolate(5, 46, 1) = 0” is logged
Expected result: “actual: Interpolate(5, 46, 1) = 46” is logged
Reproducible with: 2.6.1 (6000.0.23f1 (1c4764c07fb4)), 2.8.2 (6000.0.67f1, 6000.3.7f1, 6000.4.0b8, 6000.5.0a6)
Reproducible on: macOS 26.2 (M1 Max)
Not reproducible on: No other environments tested
Note: Source for the expected result https://docs.unity3d.com/Packages/com.unity.splines@2.8/api/UnityEngine.Splines.Interpolators.SmoothStepFloat.html
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Incorrect UI wording: Missing articles in project creation options
- “[Worker0] InvalidOperationException: Cannot create a new scene additively with an untitled scene unsaved.” error thrown when closing converted Sub Scene in Inspector window
- “InvalidOperationException: Trying to set the parent for HierarchyNodeHandle” errors spammed in the Console when converting Sample Scene to Sub Scene and Entities Hierarchy window is open
- Using Physics.ComputePenetration on a Capsule collider causes it to sometimes return incorrect value when dragging it through the Mesh collider
- Sprite is rendered incorrectly in Web Build when it is set as a Splash Image Logo
Add comment