Hello,
I create image have size 460276.But when I import image in my project.The image size is change size to 512256.
How do I do for solve my problem ?
Excusme,I’m not good english.
Hello,
I create image have size 460276.But when I import image in my project.The image size is change size to 512256.
How do I do for solve my problem ?
Excusme,I’m not good english.
That way your textures won’t be scaled to sizes that are a power of two, but instead stay at exactly the size you made them in.
Thank you very much