How to change baked lighting when scene loads?
Hello,
I wanted to make my project look a little more dynamic. After tinkering with lighting and skyboxes, I saw that it is very easy to change the "mood" of the scene simply by changing the skybox and dynamic light. Obviously, I could make multiple dynamic lights and using the Start() function change which one activates on the start. However I need the lighting to be baked (since it is for Android). Is there a way to change Skyboxes and baked lighting on Start() in C# or should I just make multiple scenes?
Thanks for your ideas!
Your answer
Follow this Question
Related Questions
2D shader / lighting like Terraria or Starbound 2 Answers
Sun Variable Rotation 1 Answer
Unity 5.3.1: Baked scene crashes Editor on Mac 4 Answers
Jump by touch Unity C# 0 Answers
Build Error from Android Manifest 0 Answers