Is there any reason why an SKTexture appears to ignore the .scale of an image when constructed via textureWithImage:?
SKTexture
.scale
textureWithImage:
I have one i
I have the same behavior with textures from atlas created from a dictionary. On iOS 8.3
How to force SKTextureAtlas created from a dictionary to not modify textures size?