I am making a game in SpriteKit and I am using a texture atlas for all of my textures. I am using the setting
- Scale Factors: Single Vector
Xcode is giving me a warning for this TextureAtlas :
Template rendering is not supported in texture atlases.
I am unsure what this means