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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment