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
- [Vulkan] Crash on with multiple stack traces when rendering large Terrain with specific hardware
- Crash on SkinnedMeshRendererManager when interacting with a prefab generated with uncombined meshes using Synty Sidekick Character Creator
- Crash on folly::detail::safe_assert_terminate_v when updating the Meta XR SDK Packages
- The text font falls back on a different font depending on the fallback font used
- Template is opened in Isolation when opening it in Context and users Save the UI Document when prompted to do so in UI Builder
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.