Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Hi there! There's no way I'm aware of to alter my shader's fog so you can see the skybox. However, if you're using Godot 4.3 or newer, I highly recommend using the engine's fog instead of mine! You can use my shader's color/dithering effects alongside it for whatever look you'd like. That's what I'm doing in my own projects. I'm happy to help you out if you need.

Thank you for the reply! I'll try that then!

(3 edits)

Good luck! I believe the setting in Godot's Environment node (within the distance fog section) is "Sky Affect",  with which a value of 1.0 will obscure the sky, and 0.0 will result in the sky completely ignoring the fog.

That was exactly it! It didn't behave exactly as i want out of the box, but I'll be able to tweak it in code!