Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.2.0b1
2019.2.0b5
2019.3.0a9
2020.1.0a1
Issue ID
1178593
Regression
No
Additional Curve Data on model animation is offset when it is read by the script
How to reproduce:
1. Open attached project ("authoring-rig.zip") and open MonoBehaviourScene
2. Press Play and then after a few seconds Stop
3. Open Console window
4. Open @EllenWalkForward asset and open Inspector window
5. Compare Additional Curve Data in console vs Additional Curve Data in Inspector window
Expected result: Additional Curve Data matches console output
Actual result: Additional Curve Data is offset
Reproducible with: 2019.2.4f1, 2019.3.0b2, 2020.1.0a3
Not reproducible with: 2017.4.32f1 (Package Manager was not present), 2018.4.8f1, 2019.2.0a14 (Packages namespace errors), 2019.3.0a8 (Packages namespace errors)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Resolution Note:
“AnimatorState.cycleOffset” specifies where in the animation the cycle should start.
The fractional part of “AnimatorStateInfo.normalizedTime” specifies the % through the current cycle.
Even where cycleOffset is not 0.0, “AnimatorStateInfo.normalizedTime” still starts at 0.0, and thus should not match up to the inspector curve in the supplied case.