You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This API allows you to create multiple lightmaps "atmospheres" for the same scene and switch between them in runtime dynamically, or you can make multiple environments as dynamic gameobjects where you can enable, disable or instantiate it at runtime and switch between the previously baked lightmaps "atmospheres" for these environments when needed.
My own custom made set of Unity3D Handy Tools: Multiple Components Copy between two GameObjects, Components deletion, GameObject Transform (position + rotation + scale) Replacement and Components Replacement & Baking Emissive Materials into Lightmaps (Taken from: https://support.unity3d.com/hc/en-us/articles/214718843-My-Emissive-material-shader…