Hello,
I’m currently utilizing Entities Graphics 1.0.6 and have encountered an issue related to lighting within the context of a subscene system.
My setup involves a main scene loaded upon startup, along with several level scenes presented as subscenes. These subscenes are loaded additively using the SceneSystem.LoadSceneAsync() method with the appropriate flag.
When I individually open each subscene in the editor, everything displays correctly, taking into account the Environment Lighting settings. However, when I load them additively as subscenes, the Environment Lighting from the main scene is applied instead. Is there a way to replace the Environment Lighting of the main scene with the lighting data from the subscenes?
I’m particularly interested in exploring options for loading levels via subscenes without requiring structural changes to my system. This is because the SceneManager.SetActiveScene() method, which determines the scene from which lighting settings are used, doesn’t support scenes involving subscenes.
Thank you in advance for any assistance you can provide!