- Home /
 
 
               Question by 
               Skygiant799 · Dec 29, 2020 at 01:58 PM · 
                2d game2d sprites  
              
 
              how do I fix the quality of my sprites when they are scaled down to fit in the camera?
I am working on a game and have drawn a character. When the character is closer to the camera, the sprite looks fine and I can see all of the black lines I drew around the sprite, but when I scale it down to fit my game's size the black lines fade and almost disappear.
 
                 
                head-image.png 
                (354.3 kB) 
               
 
              
               Comment
              
 
               
              Answer by akkmanali · Dec 29, 2020 at 05:06 PM
You must sclae it before import to Unity such multiples of 4
Your answer