Copyright © 2026 Unity Technologies
When using the Baked Lightmap visualization mode, we can switch between a preview state (auto replacement) and a baked state (Lightbaker output from the previous on-demand bake)
This preview state result is very different from the baked state (see image below) : different exposure ? different colors ?
Editor : 2023.2.0a21
Editor Branch : Trunk
Editor Commit : (1e7d74285191a09908d19f81ccf9cbfb58819900
Reproduceable with the URP template scene :
Project : URP Template
Project Scene : Garden
Project Branch : main
Project Commit : Merge pull request #19
Also reproduceable with a simple scene :
Note :
With this version of the editor, when baking on demand this error happens :
_StackOverflowException: The requested operation caused a stack overflow.
UnityEngine.Rendering.ProbeVolumeLightingTab.PrepareAPVBake () (at ./Library/PackageCache/com.unity.render-pipelines.core@16.0.2/Editor/Lighting/ProbeVolume/ProbeVolumeLightingTab.cs:939)_
It's know and linked to APV
Another error happens when using the preview state :
_FileSystemError code %i after call to FileSystemEntry::LastModified() _
Issues you vote on will appear here