Search Issue Tracker
Fixed in 5.4.0
Votes
1
Found in
5.3.5p7
Issue ID
816295
Regression
Yes
Lightmap fails to bake and errors appear when creating lightmap system
Steps to reproduce:
1. Open attached project
2. Open scene "inter"
3. Build lightmap
4. Notice that beking is stuck at 3/11 Creating system and errors start to appear
Workaround: Clear GI Cache
Reproduced with: 5.3.5p7, 5.3.6f1
Not reproducible: 5.3.5p6, 5.4.0b2, 5.5.0a4
Note: On 5.5.0a4 similar errors appear, however, lightmap is baked.
Comments (1)
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Jesper-Mortensen
Sep 01, 2016 11:47
This is due to an error on our side to properly clear out old GI cache data when updating the lighting system. This causes the system to attempt to load data that is no longer valid. The solution to this is to clear the GI cache: Edit->Preferences->GI Cache->Clean Cache. This has been fixed in 5.4+.