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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
By design