5

I make a game in spritekit, so make a some things in SKShapeNode and of course use SKSpriteNode's in my game.
Which is better for fps and good for optimization of this game using SKShapeNode's or SKSpriteNode's?

Gautam Savaliya
  • 1,403
  • 2
  • 20
  • 31
Nurassyl Nuridin
  • 444
  • 4
  • 13

1 Answers1

6

SKSpriteNode will be more performant. SKShapeNode has issues with it such as memory leaking.

Mobile Ben
  • 7,121
  • 1
  • 27
  • 43