Skip to main content

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

nevermind game was just bugged I think I fixed it

(+1)

how do you fix it?

If you're experiencing any rendering issues I would suggest to clear the shader cache as a start.

To clear the shader cache and force the game to rebuild it from scratch you have to delete the "shader_cache" folder at:
%appdata%\Godot\app_userdata\HardStuck\

On linux the path is:
~/.local/share/godot/app_userdata/HardStuck/

I believe the "vulkan" folder also contains some shader compilation stuff so you might have to delete that as well.

And apparently some of the recent amd gpu drivers broke a lot of Godot games using vulkan.
If you're using an amd gpu you could try the dx12 version, or updating/downgrading your gpu drivers.