Hello Guest

Author Topic: Not sure which texture is oversized?  (Read 3092 times)

ItsMeAlan

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 22
    • View Profile
Not sure which texture is oversized?
« on: September 04, 2013, 08:29:19 am »
When I open my project in Unity, it says one of my textures exceeds the size of its atlas, but I'm not sure which one it is. Does anyone know how I could find out?

Whenever I try running the game on my Android phone, a lot of the sprites show up as solid black boxes, though they don't do so when I play the game in the Unity editor. I'm not sure if this oversized texture is what's causing this, but I don't know what else it could be.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Not sure which texture is oversized?
« Reply #1 on: September 04, 2013, 09:49:42 am »
The one which is 4096. You can simply find all textures in your project and look for the ones with a 4096 atlas size. You can do this in the Unity project window.