Search Issue Tracker
Fixed
Fixed in 1.21.20, 2.0.3
Votes
0
Found in [Package]
1.21.14
Issue ID
ADDR-3422
Regression
Yes
Downloaded AssetBundle is loaded into the memory when using DownloadDependencyAsync
Reproduction steps:
1. Open the attached “ASDQWE” project
2. Open the “Assets/Scenes/SampleScene.unity” Scene
3. Open the Addresables Groups Window (Window > Asset Management > Addresables > Groups)
4. In the Addresables Groups Window, select New Build > Default Build Script
5. Enter the Play Mode and wait for the “Downloaded” log in the Console Window
6. Open the Memory Profiler Window (Window > Analysis > Memory Profiler)
7. In the Memory Profiler Window, press the “Capture New Screenshot” Button
8. Select the Capture
9. Select the “Objects and Allocations” tab
10. Search for the “4409147b369d0e99fe36b4c28d189c89.bundle” object
Expected result: The object does not exist
Actual result: The object exists and is loaded into the memory
Reproducible with: 1.21.12 (2021.3.28f1, 2022.3.4f1, 2023.1.2f1, 2023.2.0a21), 1.21.14 (2022.1.0b1, 2022.3.4f1, 2023.1.2f1, 2023.2.0a21)
Not reproducible with: 1.21.10 (2021.3.28f1), 1.21.14 (2021.3.28f1)
Could not test with: 2022.1.0a1 - 2022.1.0b1 (various errors from Memory Profiler and/or Addresables package)
Reproducible on: Intel MacOS 13.4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sprite shadows are not rendered when the light source is placed near the sprite
- Multiple Video Players are not playing simultaneously when played in WebGL
- "Rename Prefab File?" window does not pop up when renaming Prefab in the Project window
- [Linux] Crash on MenuController::ExecuteMenuItem when selecting recent scene
- Warnings appearing in the Console window when creating a new URP 3D Sample project
Add comment