Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.19.18
Issue ID
ADDR-2575
Regression
No
[Addressables] New Assets are loaded instead of reusing saved ones when Scene was unloaded using Addressables.UnloadSceneAsync
How to reproduce:
1. Open the user's attached "Scene manager.zip" project
2. Open the "Bootstrap" Scene
3. Open the Profiler (Window->Analysis->Profiler)
4. make sure Memory Module is enabled (Profiler top-right->Profiler Modules->Check Memory)
5. Enter the Play Mode
6. Press "Load scenes" then "Unload scenes"
7. Pause the Play Mode
8. In the Profiler take Memory Sample Playmode (Select Memory module->"Take Sample Playmode")
9. Take note of "Scene Memory"
10. Load and unload Scenes multiple times
11. Take another Memory Sample Playmode
Expected results: The Memory of "Scene Memory" is the same as after the first Scene load/unload
Actual results: The Memory of "Scene Memory" has increased after each load/unload of the Scenes
Reproducible with: 1.1.5 (2019.4.36f1, 2020.3.30f1), 1.19.18 (2019.4.36f1, 2020.3.30f1, 2021.2.15f1, 2022.1.0b11, 2022.2.0a7)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
There are no fixes planned for this Bug