Search Issue Tracker
By Design
Votes
0
Found in
2022.2.0a9
2022.2.0a10
Issue ID
1419160
Regression
Yes
GetAdditionalLightShadowSamplingData with 0 parameters is no longer accessible in 2022.2.0a10
Steps to reproduce:
1. Open the attached project
2. Open Console or select the shader "UniversalToon.shader" and observe the error in the console
Expected results: No errors produced
Actual results: "'GetAdditionalLightShadowSamplingData': no matching 0 parameter function" shader error produced
Reproducible with: 2022.2.0a10
Not reproducible with: 2022.2.0a9
Notes:
- Reproducible on Win10 (DX11) and Mac (Metal)
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
- Variable is set to a different value from the selected enum value in the Editor dropdown
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
Resolution Note:
Shadow quality is per light option now. An index must be provided. You can call it with index 0 as a temp workaround, but the results might not be consistent.