Hello, how do you best display text if it is changed frequently (about 2 times per second)? By assigning the html text to a variable and changing the variable innerHTML value the function takes a lot of total time in the JavaScript profiler. I also tried using bitmapfont and destroying earlier text, but also the function takes a long time. So what’s the best way?
Use bitmap text, no destruction.
1 Like