Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.2.4
Issue ID
1190910
Regression
No
Addressables loaded twice can't be released
How to reproduce:
1. Open the attached project
2. Open the Addressables window (Window > Asset Management > Addressables)
3. Set the "Play Mode Script" to "Packed Play Mode"
4. Build > Build Player Content
5. Open Addressable Profiler (Window > Asset Management > Addressable Profiler)
6. Enter Play Mode
7. Press "load" button
8. If Addressables profiler is not showing anything, press "clear"
9. Press "release" button (Notice that the loaded asset is released)
10. Press "load" button 2 times
11. Press"release" button (Notice that the asset is not released)
Actual result: The loaded asset is not released.
Expected result: The loaded asset is released.
Reproducible with: 2018.4.11f1, 2019.2.9f1, 2019.3.0b7, 2020.1.0a9.
Notes:
- Addressables are not implemented in 2017.4.
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:
By design