When loading additive scenes in Unity, which approach ensures lighting consistency across scenes?

Study for the Unity Certified User Artist Test. Prepare using flashcards and multiple choice questions, including hints and explanations. Get ready to excel in your certification exam!

Multiple Choice

When loading additive scenes in Unity, which approach ensures lighting consistency across scenes?

Explanation:
Sharing a Lighting Data Asset across additive scenes ensures lighting remains consistent when scenes are combined. The Lighting Data Asset stores baked global illumination data and light probe information, which defines ambient lighting and how objects are shaded by probes. When multiple scenes contribute to the final view, using the same asset means they all reference identical lighting data, so ambient color, indirect lighting, and probe shading match across scenes. If each scene uses its own Lighting Data Asset, ambient settings and probe data can differ, causing visible lighting seams or mismatches. Post-processing can tweak visuals but cannot fix baked lighting differences, and turning off lighting would remove lighting entirely. So the best approach is to use a single Lighting Data Asset across scenes and keep ambient lighting and light probe data consistent.

Sharing a Lighting Data Asset across additive scenes ensures lighting remains consistent when scenes are combined. The Lighting Data Asset stores baked global illumination data and light probe information, which defines ambient lighting and how objects are shaded by probes. When multiple scenes contribute to the final view, using the same asset means they all reference identical lighting data, so ambient color, indirect lighting, and probe shading match across scenes. If each scene uses its own Lighting Data Asset, ambient settings and probe data can differ, causing visible lighting seams or mismatches. Post-processing can tweak visuals but cannot fix baked lighting differences, and turning off lighting would remove lighting entirely. So the best approach is to use a single Lighting Data Asset across scenes and keep ambient lighting and light probe data consistent.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy