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
- Crash on SortByExecutionOrder when interrupting the .androidpack import process
- ShaderGraph tab header changes the icon to the VFX Graph icon when ShaderGraph and VFX Graph with the same name are both opened
- The Build Profiles window has usability issues when the panel takes up less than 30% of the screen width
- Inconsistent ShaderGraph RGBA channels compared to the Inspector when "Alpha Is Transparency" is used
- Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
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.