Hello,
I applied reference atlas for my game and it doesn't work well right now.
Here's the problem. I've made reference atlas as you did in the video tutorial
and made a scene. However when I tried to switch reference from HD to SD
(or vice versa), it reset all the sprites to the first sprite of the atlas.
For example, UISpriteA has sprite_01 and UISpriteB has sprite_02 of reference
atlas and the reference atlas points HD atlas. But when I switch from HD atlas
to SD atlas of the reference atlas, UISpriteA and UISpriteB points sprite_01, that
means all the UISprites display same sprites.
Is there any solution for this?