Hi There,
My entire game area is instantiated during the gameplay. The prefabs are loaded from an array as they are need and unloaded when they are not in view.
I get a slight flicker when they appear, this only happens at areas effected by lights (but not a directional light for some reason). I assume whats happening is that there is a recalc on the lighting whenever the new prefab is popped in place under the player.
Does anybody have any ideas on how to get rid of this?