Does’ TextField 'consume a lot of performance?
A friend replied to me, asking me to use “bitmap text”,
Is it because ‘TextField’ consumes a lot of performance?
Newcomers who encounter doubts and post inquiries?
If you change the text property of a TextField, it needs to render to a new texture. Generally, this is not a performance issue. However, if you have many TextFields changing frequently, it could start to affect performance.
1 Like