Search Issue Tracker
Fixed in 5.4.3
Votes
36
Found in
5.4.0f3
Issue ID
821028
Regression
No
Realtime pointlights disappear when built with rendering path set to deferred and graphics jobs enabled
Repro steps:
1. Open "New Unity Project" project
2. Open "Playground" scene
3. Go to Edit > Project settings > Player
4. In Settings for PC, Mac & Linux Standalone find Other Settings
5. In Other Settings make sure Rendering Path is set to Deferred and Graphics Jobs are enabled
6. Build project and run it
7. Observe that only one light remains from three
Reproduced on: 5.4.0f3, 5.5.0a5
Comments (11)
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
Loden_Heathen
Sep 04, 2016 15:14
Have been getting the same in 5.4.0 though we get 4 lights any more than that and they start to disappear.
Which ones disappear depends on camera angle ... oddly the ones you face most directly are the ones that usually don't appear ... hadn't realised it was due to Graphics Jobs will test turning that off and update our note accordingly ... we have tried various other things as you can find blog entries on similar behaviour RE occlusion, baked lighting, etc. ... would love Unity to give us stable point lights someday.