Reputation: 260
I want to create a custom .sks file, and use it in my spriteKit app. but I don't know how to create it.
anyone who can tell me the details about how to create a .sks file.
Upvotes: 6
Views: 7262
Reputation: 12924
These are particle files.
To create one go to xcode, File->New->File...
Then a modal will pop-up go to Resource-> SpriteKit Particle File
Then select the particle type:
Then you can edit your particle effect with the right side bar:
For more details about different particles here
Upvotes: 14