Is the use of a Sprite Atlas supposed to be completely transparent to other components? i.e. Do I still reference the sprites individually via an Image script?
The reason I ask is, while doing some R&D on building something for WebGL, I noticed that both the sprite atlas AND THE INDIVIDUAL SPRITES are being included in the build. Something is wrong here, but maybe it’s me.
Portion of my editor log showing the atlas and the individual sprites being included in the build:
I’ve been seeing similar problems with using the new Sprite Atlases in Asset Bundles. It not only appears to bundle the individual sprites, but a bundle containing a variant atlas seems to have a dependency to the bundle containing the master atlas. This makes me very sad.