Search Unity

Automatic slicing probem

Discussion in '2D' started by EbonDust, Jul 21, 2014.

  1. EbonDust

    EbonDust

    Joined:
    Oct 8, 2013
    Posts:
    50
    I encountered a problem when trying to automatically slice one of my sprite sheets. In editor everything seems to be working fine, boxes appear where they should but after aplying changes to the sprite sheet the frames seem to be shifted to the left and the shift increases with each frame.
    upload_2014-7-21_20-16-33.png

    Anyone knows how to fix this aside from slicing using grid?
     
  2. EbonDust

    EbonDust

    Joined:
    Oct 8, 2013
    Posts:
    50
    I have managed to fix this problem. The texture max size was set to smaler value than the actual texture size.