Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.21.20
Issue ID
ADDR-3656
Regression
No
AssetBundleResource.Update is called multiple times on the same frame when in the Play mode
Reproduction steps:
1. Open the attached "PROJECTFILE" project
2. Open the "Assets/Scenes/SampleScene.unity" scene
3. Open the Addressables Groups window (Window > Asset Management > Addressables > Groups)
4. Create a new Default Build Script in the Addressables Groups window (Build > New Build > Default Build Script)
5. Enter the Play mode
6. Press the “Button” in the Game view
7. Observe the Console
Expected result: No debug messages “--> here frame: “ with the same frame count
Actual result: Multiple debug messages “--> here frame: “ with the same frame count are printed
Reproducible with: 1.21.20 (2021.3.36f1)
Couldn’t test with: 2.0.8 (Debug messages are not printed)
Reproducible on: macOS Sonoma 14.3.1 (M1 Max)
Not reproducible on: No other environment tested
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
Fixed issue where operation that uses WaitForCompletion can timeout much earlier than it should. Note that due to the nesting of addressable operation callbacks, it's possible for AssetBundleResource.Update to be called multiple times on the same frame when using WaitForCompletion.
Resolution Note:
Fixed issue where operation that uses WaitForCompletion can timeout much earlier than it should.