iOS SpriteKit – Font Loading Times of SKLabelNodes

The other day I encountered massive performance bottlenecks in my SpriteKit project, when setting the .text property of an SKLabelNode. I discovered that I wasn’t alone. After investigating many different techniques to pre-cache, thread and speed up font loading, I discovered the real solution was simply to load a very specific font. The documentation from […]