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 RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment