I’m working on an iOS project and I have a scene that uses one texture as an atlas for lots of objects textures. One of those objects uses transparency.
Is it best to keep it to one texture with a small section which is transparent, or to put the transparent map in a separate texture?