When I import my brilliant pixel art with Generate MipMaps off I am getting strange artifacts in the sprite.

Can anyone comment on this?
I am using Unity 2019.3.3f1 with 2D Sprite package 1.0.0 on Windows 10 x64.
When I import my brilliant pixel art with Generate MipMaps off I am getting strange artifacts in the sprite.
Can anyone comment on this?
I am using Unity 2019.3.3f1 with 2D Sprite package 1.0.0 on Windows 10 x64.
You have a non-power-ot-two texture. If you check the messaage with a warning sign on the left, it says that only POT (power-of-two) textures can be compressed, so checking “Generate mipmaps” also turns off texture compression in this case.
You just have to select a different option in the Compression drop-down.
Hey mate thank you! That solved it.