Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Working with Sprite atlases in Project tiny

Discussion in 'Project Tiny' started by lulitd, Sep 12, 2019.

  1. lulitd

    lulitd

    Joined:
    Feb 20, 2016
    Posts:
    13
    I was having some trouble with building a project tiny app when using sprite atlases. In case anyone runs into some issues with atlas here are some tips.

    1) Make sure at least one sprite is referenced in a component from the sprite atlas.
    See https://forum.unity.com/threads/solved-sprite-atlas-with-unity-tiny.646957/

    2) Don't use variants!
    Just don't. Even if you don't include it in the build, they are still included in the packing process, creating duplicates.

    3) Make sure your sprite atlases only produce one image per atlas.
    Project tiny will not be able to find the other images. Just split up your assets and make more atlases instead.
     

    Attached Files: