Search Issue Tracker
By Design
Votes
0
Found in
4.3.4f1
Issue ID
600579
Regression
No
Animation speed in between blend is inconsistent
To reproduce:
1. Open the attached project
2. Open scene MecanimSpeedBug
3. Seelct the "EscortVehicle01_REF" in scene, set it's "Movement Y" to 1
4. Open animator and open up the blend tree
5. Change the Pos Y from 2.5 to 1 and from 1.25 to 0.5
6. Enter play mode and look at the inspector of the escort vehicle. Under current speed it outputs the speed at which the transform moves. It shifts between three values a low one (~0.5), a middle one (~2.5) and a high one (~3.3). We are interested in the middle one as it's the average speed.
7. Set the Movement Y to 0.5 - the average speed changes from 2.5 to 1.25 accordingly
8. Set the Movement Y to 0.75 - the average speed changes to 1.66 but it should be 1.875
Explanation:
Root motion speed is not interpolated linearly in blendtree.
We will update the documentation on this.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment