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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
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.