0 votes

Everything in the Godot editor looks smoother than the game produced by it, even though it was made using Godot. The text looks smoother, but also the 3d rendering looks smoother.

Godot game:
enter image description here
enter image description here
enter image description here

Godot editor:
enter image description here
enter image description here

None of these images have been scaled, the tiny text that says Godot has a much lower resolution than the text that says "Menu", yet it looks much smoother. Are there any settings I can adjust? Thanks!

in Engine by (52 points)

2 Answers

0 votes

Check your project settings. In particular, the Display > Window settings related to the size of the render target, stretch mode, stretch aspect, and stretch shrink.

It looks like Godot has been instructed to render your scene at a lower resolution and upscale it.

As you go about adjusting these settings back to their defaults to figure out what is causing the issue, I recommend you do this by rendering the game in windowed mode. Your issue could be as simple as thinking your full-screen resolution is set to something different than it is.

by (866 points)
0 votes

This is a known issue. If you use an hiDPI display, this could be due to Windows' loDPI scaling fallback. To solve this, enable Display > Window > Dpi > Allow Hidpi in the Project Settings (and make sure your project supports multiple resolutions).

by (12,781 points)

I actually have a Macbook, but the HiDpi setting worked.

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.