Power of 2 Error

It basically means that one of the textures is not a 'power of 2'. In other words, it is the wrong size, and you will need to resize it.

The following are the dimensions that are required (does not have to be a 'square' shape):
16
32
64
128
256
512
1024
2048

So a texture would be a combination of any of the above (e.g. 512*512, 1024*128, and so on).

Zec
 
Very helpful.

What would cause this error if the file is already a power of 2 size? I have one that is 256 x 256 and I still get this error.
 
To be honest I don't remember. I had three or four of these that I had to fix and I can't remember which assets they were.
 
Back
Top