Search Unity

Sprite problem

Discussion in '2D' started by DJVDJV, Jan 28, 2019.

  1. DJVDJV

    DJVDJV

    Joined:
    Sep 11, 2014
    Posts:
    70
    Hi, I have a sprite sheet with many sprites and spite mode is multiple.
    Now I have many sprites with many different pivots. If I add new sprites to the sheet I always lot customed pivots and sprite names get messed. Is there any good way to avoid this right way?
     
  2. Leo-Yaik

    Leo-Yaik

    Unity Technologies

    Joined:
    Aug 13, 2014
    Posts:
    436
    One possible way is when you add a new Sprite, you can import it as a seperate texture. You can use Atlas to pack them up again for performance.