Search Issue Tracker
Won't Fix
Votes
0
Found in
5.5.0a1
Issue ID
784601
Regression
No
Animator MatchTarget terminates before requested time when the match takes place on next loop
Run attached project in paused "step by step" mode, and look at the console.
MatchTarget is "scheduled" between 0.1 and 0.4 in normalized time (clip has a length of 1 s, so normalized = regular time).
We call a MatchTarget when t > 0.4 (so "matching window" for first loop iteration is passed) and expect cube to be moving towards target between t = 1.1 and t = 1.4.
Note in the debug traces that at t = 1.26, target has already been reached in y, and animator.isMatchingTarget is already false, when we do not expect the match to be complete before t = 1.4.
I'm also puzzled as to why the x position would be -1.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment