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
- The LayerMask parameter is ignored when using Physics2D.GetRayIntersection method
- The Tilemap GameObject causes other Tilemap GameObjects to become invisible when its “Mask Interaction” is set to “Visible Inside Mask”
- GenericDropdownMenu does not disappear when a dropdown selection that is shown with PopupWindow.Show() is pressed
- Environment is partially black when re-opening the newly created HDRP project for the second time
- Manual Reference button for Render Graph section in Rendering Debugger opens a missing Manual page
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