Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2019.4.X, 2021.1.X
Votes
0
Found in
2019.4
2019.4.7f1
2021.1
Issue ID
1281356
Regression
No
Non deterministic animation data loading from assetsbundle composed of multiple animation files in Update()
Reproduction steps:
1. Open attached project "AssetBundle.zip" and scene "testScene"
2. In Project window, open Assets/NewBehaviorScript.cs
3. In Script Editor, attach to Unity, and add breakpoints in lines 22 and 34
4. Enter Play Mode
5. In Script Editor, Continue
5. In Game View, press the 'D' key
7. In Script Editor, observe line 31, 'var clip' length parameter value
8. In Script Editor, observe 'var clip' length parameter value, Stop Debugging, exit Play Mode
9. If the 'var clip' length parameter value isn't 1, switch lines 20 and 21 from commented to uncommented and repeat steps 3-8 for every combination
10. If the 'var clip' length parameter value isn't 1, add or remove breakpoint in line 22, and repeat steps 3-8 until 'var clip' length parameter is 1.
Expected result: 'var clip' length value is 0.5333334
Actual result: 'var clip' length value is 1
Reproducible with: 2019.4.12f1, 2020.1.9f1, 2020.2.0b7, 2021.1.0a1
Could not test with: 2018.4.28f1 (errors when trying to debug)
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
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
Resolution Note (fix version 2020.2):
Fixed in 2021.2.0a2
Resolution Note (fix version 2021.1):
Fixed in 2021.1.0b5
Resolution Note (fix version 2020.2):
Fixed in 2020.2.5f1
Resolution Note (fix version 2019.4):
Fixed in 2019.4.20f1