iosxcodeswiftsprite-kitsktextureatlas

"Template Rendering is not supported in texture atlases" SpriteKit and Xcode


I am making a game in SpriteKit and I am using a texture atlas for all of my textures. I am using the setting

Xcode is giving me a warning for this TextureAtlas :

Template rendering is not supported in texture atlases.

I am unsure what this means


Solution

  • In your assets folder, one of your textures is marked Render As:Template Image. Texture atlases do not support this render mode, so you need to change it back to Default