+1 vote

Godot 3.2.2 Stable on macOS with Intel UHD Graphics 630

Hey All,

I am using HD art assets in my game (rather than pixel art) for the first time and am having some issues. My assets look fine in the editor but become pixelated at run time. I have my window size in project settings set to 1920x1080, and I made my assets at 3840x2160 in Adobe Illustrator Draw. (the top left image is at 72ppi and the lower image was drawn at 460ppi, no difference). The files are imported with the default import settings, filter on, Mipmaps off, etc.. I am using sprite nodes and scaling them down to 0.5, 0.5 in the transform property.

I know this is probably just a basic question that goes beyond Godot, but I don't know what else to do, I have spent hours trying to figure this out and I don't know what I am missing.
Here is an image of my output: enter image description here

Thanks in advance for any help!

in Engine by (616 points)
edited by

1 Answer

+1 vote
Best answer

Hi @scrubwithnosleeves,

First you have to select the image you want to upload in the Filesystem tab.
Next, you will have to go to the Import tab(which in my case is right next to the Scene tab)
Once, you are in the Import, you will see the name of the image which has to be uploaded. Underneath it, you will see Import as: select whatever type you want(Texture, Bitmap, Image, Texture 3d, TextureArray or Texture Atlas.) Right next to it is preset, there you will choose 2d (not 2d pixel). Then Reimport

If the problem persists, then maybe you don't have the latest version of OpenGl, or maybe your driver isn't compatible with it.

by (46 points)
selected by

I began importing with Mipmaps on which mostly resolved the issue, but doing this as well definitely improved the image quality a lil more. Thanks for the reply.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.