Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Environment difference between directly starting a scene and loading scene #81849

Open
guoboism opened this issue Sep 18, 2023 · 1 comment
Open

Comments

@guoboism
Copy link

Godot version

Godot_v4.1.1-stable_mono_win64

System information

Win11 forward+

Issue description

With the same scene with some environment setting, the background color is different between:
A: directly start with the scene
B: load into the scene in runtime from another scene

A
2

B
1

Steps to reproduce

1 Use provided project
2 Open game.tscn and directly start from this scene
3 Notice the background color (blue)
4 Start the project, click "start game" to load game.tscn
5 Notice the background color (black)

Minimal reproduction project

GDTetris.zip

@guoboism
Copy link
Author

Related to #80889 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants