Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.1.10
Issue ID
1180534
Regression
No
AssetReference.ReleaseAsset() does not release memory when it was loaded more than once
Reproduction steps:
1. Open the attached Project "case_1180534-AddressableTest.zip"
2. Open and Play Scene "GameScene"
3. Click on "Load Next" twice and then on "Release All"
Expected result: The memory from the loaded texture gets released
Actual result: The memory from the loaded texture is not released
Reproduces on: 2019.2.5f1, 2019.3.0b3, 2020.1.0a4
Couldn't reproduce on 2018.4.5f1 due to errors
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
- DisplayDialogComplex crashes with a long content string containg Cyrillic chars
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
Resolution Note:
By design