Godot editor looks corrupted

Godot Version

4.3.stable

Question

So, somehow my Godot Engine broke and i’m not really sure what happened,
Pixels (in both the editor and the game) just randomly mismatch.
The mismatched pixels change when i zoom into/out of the scene and resize the editor, it happens in every project.
These issues seem to be strictly visual.

Here are some examples from both the editor and the game:

Below i’ll show screens of how the same tile mismatches

All i’ve done today that i can see being the reason was update my Nvidia drivers.
Should i just reinstall my Godot?

2 Likes

The issue seems to be centered around Vulkan since changing the Godot rendering driver for windows to Direct3D12 seemingly fixed all of these problems

2 Likes

It happened to me too in 4.4. Nvidia pushed a driver update yesterday, I think it’s somehow related since this never happened to me and there’s not much info about it in the Internet. Thank you for finding a solution!

3 Likes

Changing to D3D12 makes it take longer to test the game. This is not a proper solution (however it does get rid of it for the moment) I also updated to the latest Nvidia driver.

3 Likes