Search Issue Tracker
Not Reproducible
Votes
2
Found in [Package]
1.22.2
2.7.3
Issue ID
ADDR-3777
Regression
No
Can't unload assets from the memory when using Addressables
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Switch to Android Platform
4. Build and Run
5. Connect Memory Profiler
6. Press the Button with the text “Load other”
7. In the Memory Profiler window, connect the device and press “Capture New Snapshot”
8. In Player, press one of the top Buttons
9. Repeat step 7
10. Press the same Button
11. Repeat step 7
10. Observe the differences in memory between the last 2 snapshots and objects that are loaded under Texture 2D
Expected result: Lower memory usage in the last snapshot and previously seen objects under Texture 2D are removed
Actual result: Memory is similar between the last 2 snapshots and the same objects can be seen under Texture 2D
Reproducible with: 1.22.2 (2021.3.44f1, 2022.3.47f1), 2.2.2 (6000.0.21f1)
Reproducible on:
Windows Standalone Player
VLNQA00325, Samsung Galaxy Note10 (SM-N970F), Android 12, CPU: Exynos 9 (9825), GPU: Mali-G76
VLNQA00318, Oneplus OnePlus 7 Pro (GM1913), Android 11, CPU: Snapdragon 855 SM8150, GPU: Adreno (TM) 640
VLNQA00332, Samsung Galaxy XCover4 (SM-G390F), Android 9, CPU: Exynos 7 Quad 7570, GPU: Mali-T720
Testing environment: Windows 10 Enterprise 21H2
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Could not reproduce