I have a scene. And I want it to have sunlight and night shift effect.
So I prepare two light maps, one for sunlight and one for night.
Any way to change it in runtime??
Any api reference??
Ryiah
March 30, 2018, 11:46am
2
Came across the following free asset on Github.
https://github.com/guiglass/Lighting-Scenario-Switcher
Here is the thread that led up to it (fourth post has the working prototype before it reached point it is on Github).
I have baked two separate lightmaps and stored all data in separate folders.
These two folders each consist of:
LightingData
Lightmap-0_comp_dir
Lightmap-0_comp_light
ReflectionProbe-0
What do I do now in order to switch between the two?
I have searched the internet and found "Lightmap Manager 2" on the asset store which was conveniently removed and no longer exists...
How is this done?
Unity 2017.1 - windows 7