How to change the default clear color without effecting the background color of the scene editor?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By alexzheng

I want to change the default clear color of the final app, but just leave the background color of the scene editor as the default gray color. How can I do it?

Did you find the answer to this?

xPheRe | 2020-07-20 12:51

Godot 4: RenderingServer.set_default_clear_color()

1 Like