What is TextRendering.Cleanup doing?

I see this function running about once every second in Unity 3 (set for iOS builds), and it generates some 130+ calls.

Does anyone know what the function does, whether it will affect performance of built projects, and how the performance hit can be minimized?

Many thanks in advance!

1 Answer

1

According to this thread, the calls stem from the profiler itself.