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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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)