Search Issue Tracker
Fixed in 0.11.0-preview.42
Votes
1
Found in [Package]
0.10.0-preview.21
Issue ID
1291884
Regression
No
Lit Shader and derived ShaderGraphs do not receive lighting when using HybridRenderer and SRP Batcher is enabled
How to reproduce:
1. Open attached "Animation-Texture-Baker-master.zip" project and MainScene scene
2. Enter the Play mode
3. Observe the horses in the Game view
Expected result: All Horses receive the lighting
Actual result: Two rows of horses do not receive the lighting
Reproducible with: 0.8.0-preview.19 - 0.10.0-preview.21(2020.2.0b14, 2021.1.0a7)
Could not test with: 2018.4.29f1, 2019.4.15f1, 2020.1.15f1(errors when downgrading)
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
Resolution Note (fix version 0.11.0-preview.42):
Fixed in: Hybrid Renderer 0.11.0-preview.42
Added new API for adding all needed renderer components: RenderMeshUtility.AddComponents() (https://docs.unity3d.com/Packages/com.unity.rendering.hybrid@0.11/manual/runtime-entity-creation.html)