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
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
- m_Modifications block serializes incorrectly when replacing source prefabs
Add comment