danilw / godot-utils-and-other

random code that I made/use for godot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic Sky emit green color

fabriceci opened this issue · comments

I use the latest Godot version on mac (Catalina), if I run the dynamic sky demo, the sky emits a green light.

This behaviour only happens on Mac. I tested on two different mac (I don't have the issue if I run on windows)

Video: https://streamable.com/w3v6vs

Is-it shadder problem or a Godot one?
Is-there a way to force a default light color?

commented

Hello
can you test this project on your Mac
try in webbrowser on Mac

download source code zip

this is GLES2 version without reflections

Thanks for your answer.

I opened an issue here godotengine/godot#39952. I found that just with a texture (no shader) as viewport panorama, the bug appears.

commented

thanks, so it fixed then :)