Search Issue Tracker
Fixed
Fixed in 2022.2.17f1, 2023.1.0b14, 2023.2.0a13
Votes
0
Found in
2022.2.7f1
2023.1.0b4
2023.2.0a2
Issue ID
UUM-29010
Regression
Yes
Baking fails and sometime crashes Unity when baking lightmaps with imported .glb models
How to reproduce:
1. Open the attached project “LightbakeBugs.zip“
2. Open Scene “SampleScene“ (Assets/Scenes)
3. Open the Lighting window (Window>Rendering>Lighting)
4. Press “Generate Lighting“
Expected result: The Lightmap is baked
Actual result: Baking fails with infinite "Failed to find geometry with hash 00000000000000000000000000000000 for removal." errors in the Console, or single “Light baking could not be started because input extraction failed (FailedCreatingMeshData)“ error in the Console, or Unity crashes (depending on Unity version)
Reproducible with: 2022.2.0a15, 2022.2.7f1, 2023.1.0b4 (Error “Light baking could not be started because input extraction failed (FailedCreatingMeshData)“), 2023.2.0a2 (Unity crashes)
Not reproducible with: 2020.3.45f1, 2021.3.19f1, 2022.2.0a14
Reproduced on: macOS 13.0.1 (Intel)
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 PrepareDrawShadowsCommandStep1 when entering the Play Mode in a specific project
- Physics Layer Collision Matrix's Layer names, checkboxes and hover highlights become misaligned when the Editor's UI Scaling gets changed
- Light/shadow information on an edge of a Terrain tile creates a seam with an adjacent Terrain tile when baking a LightMap
- "Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings..." warning is thrown after switching the Platform to tvOS
- “Metal: Error creating pipeline state (Universal Render Pipeline/2D/Sprite-Lit-Default): Vertex attribute BLENDINDICES0(5) of type uint4 cannot be read using MTLAttributeFormatFloat2 (null)“ when setting GPU Skinning to GPU after opening the project
Resolution Note (fix version 2022.2.17f1):
This is working as designed now in 2022.2.17f1 (crash / input extraction error is fixed and the auto mode bake is stuck with a meaningful error)