Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

It sounds like a shader loading/compilation issue.
You mentioned the logs, does the second line in the log say the game is using Vulkan/DX12 or OpenGL?
And are you on windows or linux? Also what gpu are you running the game on

(1 edit)

The line says Vulkan 1.4.315, i am using windows 10 with AMD Radeon RX 5700

And it also happens in the dx12 build?
There was a gpu driver from AMD a few months ago that broke all Godot games using vulkan, but I'm pretty sure they fixed it for all their cards. 
The only other thing I can thing of is to delete the shader_cache and vulkan folders next to the logs foder.

this seems to have fixed it? also i havent tried dx12, i completely forgot about that xD

Thank you for the help, when i deleted all of it it didnt work but with just those two it did? huh...