Search Issue Tracker
By Design
Votes
0
Found in
2018.3.3f1
2018.4
2020.2
Issue ID
1122720
Regression
No
Memory remains in use after each update to the Text Element when targetting second Camera Display
How to reproduce:
1. Open the user-submitted project ("Canvas Repro.zip")
2. Build the project and observe its memory usage in the task manager
Expected result: the memory usage says around the same throughout
Actual result: the memory usage steadily climbs and stays in use even when the Play Mode is stopped
Reproducible with: 2018.4.27f1, 2019.4.10f1, 2020.1.6f1, 2020.2.0b3
Notes:
1. The issue does not reproduce when all cameras are targeting only Display one
2. The issue also reproduces in Editor
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
- 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
Resolution Note:
The memory shoot is due to the presence of more than 1 audio listeners in the scene and the corresponding logging mechanism. Remove all the audio listeners except one and the memory usage remains stable.