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

Can't use the same lighting scene on 2 different static geometry scenes. #2

Open
laurenth-personal opened this issue Nov 24, 2016 · 2 comments
Labels

Comments

@laurenth-personal
Copy link
Owner

The lightmaps will be named after the lighting scenario scene, thus you can't currently use the same lighting scenario on more than one scene.
A workaround is to duplicate the lighting scenario and give it a new name, but you can't use lighting scenarios as lighting presets currently.

@laurenth-personal
Copy link
Owner Author

Right now the LevelLightmapData is in the geometry scene and it loads lighting data.
In order to associate a lighting scene with different geometry scenes there should be a persistent Lighting manager that would store associations of geometry scenes with lighting scenes.
This sounds like a bit too much work right now.

@laurenth-personal laurenth-personal changed the title Can't use the same lighting scenario on 2 different static geometry scenes. Can't use the same lighting scene on 2 different static geometry scenes. Mar 4, 2022
@laurenth-personal
Copy link
Owner Author

Latest changes allow a new workflow outside of the geometry scene. One can create a lighting scenario data asset in the project, from there type geometry scene name and lighting scene name, then bake from the asset itself. So one can use a lighting scene on 2 different geometry scenes.

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

No branches or pull requests

1 participant