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
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
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