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
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts which worked with TMP Font Asset Creator
Add comment