user15816962
user15816962

Reputation:

Xcode SpriteKit: How to add a Sprite Atlas in Xcode 13

I just watched an old tutorial of xcode where a "Sprite Atlas" added. But by me in Xcode 13 the option to add a sprite atlas is missing. Does somebody know how I can add a sprite atlas into my assets folder in xcode 13?

I would be very happy to hear from you! Best regards

Upvotes: 1

Views: 777

Answers (1)

kkckrnz
kkckrnz

Reputation: 66

New Sprite Atlas option can be found under AR and Textures in Xcode 13.

In Assets.xcassets, click + icon (or right click at the space under AppIcon) and then AR and Textures > New Sprite Atlas

Upvotes: 2

Related Questions