Search Issue Tracker
By Design
Votes
0
Found in [Package]
12.0.0
Issue ID
1360035
Regression
No
SRP Batcher isn't compatible when setting the Graphics API for Window to OpenGLES3
Reproduction steps:
1. Open the attached project "SRPBatcherCompatible.zip"
2. From the Project tab, open Assets/TestSRPBatchCompatibleInDifferentGraphicsAPI.shader in the Inspector window
3. Observe the SRP Batcher in the Inspector window
Expected results: SRP Batcher is compatible
Actual results: SRP Batcher is not compatible
Reproducible with: 7.7.1 (2019.4.30f1), 10.6.0 (2020.3.18f1), 11.0.0 (2021.1.20f1), 12.0.0 (2021.2.0b11, 2022.1.0a8)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
To be SRP Batcher compatible, all properties declared in UnityPerMaterial should also be declared in the shader property section.