Search Unity

Strange Behavior with Imported .png Files

Discussion in '2D' started by Kebusaurus, Oct 17, 2014.

  1. Kebusaurus

    Kebusaurus

    Joined:
    Oct 17, 2014
    Posts:
    2
    Whenever my friend sends me his artwork for our game it always winds up looking distorted. He sends it over in a unity package file which I then import into my game. I've include a picture to show what I am referring to. On the right is his art work the way he see's it in unity and the left is how it appears when it gets to me. As you can see the quality is not anywhere near the original. The scale on the transform is the same for both as well. We thought it might be some setting that I unknowingly changed so I even tried in a brand new project with the same results. Any ideas?


     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    Change the texture filter mode from bilinear to point.

    --Eric
     
  3. Kebusaurus

    Kebusaurus

    Joined:
    Oct 17, 2014
    Posts:
    2
    Thank you so much!