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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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.