Search Issue Tracker
Won't Fix
Votes
0
Found in
4.6.0b10
Issue ID
616996
Regression
No
A way to dynamically update Text.text
Dynamically updating the Text.text property especially if it's done every frame (for example when trying to crate a 'typewriter' effect on a large text) has potential of creating a lot of garbage, since a new string is discarded every frame. This might have a noticeable impact on performance, especially on mobile devices.
It would be nice (if that is technically viable) if Text used a mutable type to store text internally, and exposed a StringBuilder or some IEnumerable<char> type so that text could be changed without having the gc remove any discarded strings.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on PluginManager::RefreshPlugins when closing the Editor without making any changes with JetBrains Rider selected as the External Code Editor and Google Mobile Ads third-party plugin imported
- GetMainLight() returns incorrect distanceAttenuation value for a Custom Shader when URP Forward+ Rendering Path is used
- Standalone Profiler crash on GuidReservations::Reserve when it is opened on a specific project
- m_RenderPipelineGlobalSettingsMap or m_SRPDefaultSettings is pointing to UnityEngine.Rendering.HighDefinition.HDRenderPipeline when High Definition RP package is removed
- Rendering Debugger fields have no padding at the bottom of the fields list
Add comment