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?
Asked
Active
Viewed 373 times
5

Gautam Savaliya
- 1,403
- 2
- 20
- 31

Nurassyl Nuridin
- 444
- 4
- 13
1 Answers
6
SKSpriteNode
will be more performant. SKShapeNode
has issues with it such as memory leaking.

Mobile Ben
- 7,121
- 1
- 27
- 43
-
Thank you, Mobile Ben :) – Nurassyl Nuridin Sep 30 '16 at 06:27
-
Any official source for this? – peacetype Mar 15 '18 at 23:23