Search Issue Tracker
Feature Request
Votes
0
Found in
6000.0.55f1
6000.2.0f1
6000.3.0a4
Issue ID
UUM-113563
Regression
No
CPU & Memory usage increases over time when adding text to a Label
How to reproduce:
1. Open the attached “IN-111011” project
2. Open the “Test Scene”
3. Open the Profiler (Window > Analysis > Profiler) and enable Deep Profiling
4. Enter Play mode and wait for ~10 seconds
5. Observe the result
Expected result: CPU/Memory usage remains consistent over time
Actual result: CPU/Memory usage increases over time
Reproducible with: 2023.1.0a1, 6000.0.55f1, 6000.2.0f1, 6000.3.0a4
Reproduced on: Windows 11, macOS 15 (M1) (User reported)
Not reproduced on: No other environment tested
Note: Deleting the UI Document does not clear the memory
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
- [Android][IL2CPP][ARMv7] Struct field value corrupts when invoking a generic delegate with a large struct by value
- Highlights persist throughout Options Panels in the Rendering Debugger Window
- Typing numbers in Matrix node’s numeric fields stretches Node
- Streaming is misspelled as "Steaming" in "Enable GPU Streaming" and "Enable Disk Streaming" tooltpis
- "IndexOutOfRangeException" thrown when moving caret left at start of TMP Input Field with rich text
Resolution Note:
Caching generated text for reuse in future generations is an interesting optimization, but it’s more of a feature request than a bug fix. For now, we suggest using a virtualized list view with one label per line to optimize performance and memory usage.