Search Issue Tracker
By Design
Votes
0
Found in [Package]
13.1.0
Issue ID
1376216
Regression
No
"Progressive Lightmapper: Initialize lightmap data job skipped - out of memory" error when opening URP Sample Scene
Reproduction steps:
1. In Unity Hub, create new URP Template Project
2. Once project opens, observe Console window
3. If issue does not occur, repeat steps 1-2
Expected result: No errors
Actual result: "Progressive Lightmapper: Initialize lightmap data job skipped - out of memory" error
Reproducible with: 7.7.1 (2019.4.32f1), 10.7.0 (2020.3.22f1), 11.0.0 (2021.1.28f1), 12.1.0 (2021.2.1f1), 13.1.0 (2022.1.0a13)
Notes:
1. The error isn't clearable and goes away after a few minutes
2. Issue reproduces after closing and reopening the project
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
The memory usage of the Editor, CPU lightmapper plus other applications running on the system at the same time might exceed the physical memory of the machine with no fall back to tiled baking. This is unfortunate but by design. Reducing memory usage will be addressed as part of a larger refactor of the baking backend.
The template triggering auto baking is a separate issue (case 1381591) and should be set to non-auto GI baking mode.