I am having trouble with transition when using custom ttf fonts for spritekit in swift.
I realized that when I use the code below my app gets laggy and slow for only the first time. Are there any way to fix this issue? Are there any examples or tips?
let loadLabel = SKLabelNode(fontNamed:"Silom")
loadLabel.text = "Loading ....."
loadLabel.fontSize = 30
loadLabel.fontColor = SKColor.whiteColor()
//loadLabel.position = CGPoint(x:self.size.width/2, y: self.size.height/2 )
loadLabel.zPosition=2