2D Toolkit Forum

2D Toolkit => Support => Topic started by: ItsMeAlan on September 04, 2013, 08:29:19 am

Title: Not sure which texture is oversized?
Post by: ItsMeAlan 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.
Title: Re: Not sure which texture is oversized?
Post by: unikronsoftware 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.