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
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
Add comment