Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

texture is not power of 2?

ive been trying to add a tiger stripe texture, but i keep getting this error
https://imgur.com/a/RnnZSoF
what is it that im doing wrong?

Comments

  • edited January 2020
    Heya, your texture needs to have dimensions dividable by 2 in other words it needs to be square. Most commonly used resolutions in games these days are 256x256 pixels, 512x512 pixels, 1024x1024 pixels or 2048x2048 pixels.
Sign In or Register to comment.