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
- Rigged GameObject doesn’t return to its idle state when disabling "Preview" and the GameObject has nested rigged GameObjects
- Error "ArgumentException: Trying to use an invalid resource" when creating custom post-processing effect in URP
- [DX12] GameObjects using CommandBuffer DrawProcedural and DispatchCompute calls have color flicker when changing color and moving mouse cursor
- The Player becomes unresponsive after resolution switch in Exclusive Fullscreen mode when using DX12 Graphics API
- (Apple Silicon) Floating point inconsistencies between mono and il2cpp
Resolution Note:
By design