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
- Palette Settings link to the documentation isn’t working
- "Type Options" and "Node Library" dropdowns do not open when clicked on the title
- Public char variables uneditable in Inspector when project setting "Use IMGUI Default Inspector" is enabled
- IAP Listener component’s list titles go out of bounds when resizing the Inspector window horizontally
- Selected Camera sublayer blends with highlight color in Graphics Compositor window when Editor theme is set to Light
Resolution Note:
By design