Search Issue Tracker
Fixed in 0.6.7-preview
Votes
0
Found in [Package]
0.3.5-preview
Issue ID
1083257
Regression
No
Releasing an asset doesn't unload it from Memory
Reproduction steps:
1. Open "TextureRefExample.zip" project
2. Open the Profiler Window
3. Build the Player with "Development Build" and "Autoconnect Profiler" enabled
4. Launch the Player
5. Click on "Memory" field in the Profiler
6. "Simple" -> "Detailed"
7. Take a Sample
8. Expand "Assets"
9. In the Player click on the "Load prefab" button
10. Take another Sample
11. Notice that "Texture2D" appeared, which includes "test_texture"
12. In the Player click on the "Unload prefab" button
13. Take another Sample
Expected Result: The "Texture2D" "test_texture" object dissappears
Actual Result: The "Texture2D" "test_texture" object stays
Reproduced with: 2019.1.0a2. 2018.3.0b3, 2018.3.0a10
Did not reproduce on: 2018.3.0a9, 2018.2.10f1, 2018.1.9f2, 2017.4.12f1 (Addressables only work from 2018.3.0a10)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Add comment