Author Topic: atlas maker cropping/trimming images  (Read 4021 times)

reptilebeats

  • Guest
atlas maker cropping/trimming images
« on: July 03, 2012, 04:39:19 PM »
hi i seen to have a very annoying issue with the atlas maker, it keeps on cropping my images so half is missing any ideas on tihs i changed all my images to the same size but no luck

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: atlas maker cropping/trimming images
« Reply #1 on: July 03, 2012, 07:18:16 PM »
Are they too big? If you have GLES 1.1 emulation enabled, your atlas size is limited by Unity to be 1024x1024. GLES 2.0 = 2048x2048. Try switching the platform to Stand-alone.

reptilebeats

  • Guest
Re: atlas maker cropping/trimming images
« Reply #2 on: July 03, 2012, 07:31:22 PM »
so is 2048 2048 the largest it can go, if thats the case i may have to either make all the images smaller or create my own atlas in photoshop and manually assign the colliders

reptilebeats

  • Guest
Re: atlas maker cropping/trimming images
« Reply #3 on: July 03, 2012, 08:04:42 PM »
ok i used photoshops processor to resize all my images to 512, i always work with unitys default sizes and normal make my own atlases at 4096, will there ever be an option to make an atlas this big with ngui.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: atlas maker cropping/trimming images
« Reply #4 on: July 04, 2012, 02:23:05 AM »
2048x2048 is a device limitation enforced by Unity. If you want 4096x4096, switch your platform to stand-alone, as I mentioned earlier.