Why image size is like original size when I import image ?

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.

  1. Set texture type to Advanced
  2. Set Non Power of 2 to None

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