If you create 2 scenes and the first has a fog colour like blue and the second has a fog colour like black it will not change the fog colour when you move from scene 1 to scene 2.
Are you running the loadSceneSettings function when you move from scene 1 to scene 2?
Hi Ben,
I was using loadSceneHierarchy should I be using loadSceneSettings as well?
Yep - the loadSceneHierarchy function loads all entities in a given scene. The loadSceneSettings function will apply all settings (gravity, skybox, ambient colour, fog, etc)
I’ve made a quick project as an example here.
1 Like
wonderful, many thanks.