Search Issue Tracker
Fixed in 14
Votes
0
Found in [Package]
10.1.0
Issue ID
1418462
Regression
Yes
[URP] Shadows are rendered for the first cascade only when using GLES2
How to reproduce:
1. Open project "TestShadowsClippedGLES2.zip"
2. Make sure GLES2 is selected in Player settings
3. Build and Run on Android
4. Observe the Scene
Expected result: All objects in Scene have shadow
Actual result: Only the first object has a shadow
Reproducible with: 10.1.0 (2021.1.0a1), 10.8.1 (2020.3.33f1)
Not reproducible with: 7.7.1 (2019.4.38f1), 8.1.0, 10.0.0-preview.2 (2021.1.0a1)
Could not test with: 12.1.6 (2021.3.1f1), 13.1.7 (2022.1.0b16) (URP build errors related to GLES2), 14.0.2 (2022.2.0a12) (built Scene is completely broken with GLES2)
Note:
- GLES2 is deprecated on versions that could not be tested
- Does not reproduce with GLES3 or Vulkan
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
- Mesh.CombineMeshes discards empty sub-meshes when 'mergeSubmeshes' is set to false
- [Linux] MacOS build fails for every architecture when the project contains a "StreamingAssets" folder with empty an "yaml" file
- Property drawers do not always update height correctly when expanded via iteration
- Label with Dynamic Color is not getting Playmode tint in the UI Builder window
- Error "Could not create asset from Packages/com.unity.postprocessing/PostProcessing" when adding Post Processing package via Git URL for the first time
Resolution Note (fix version 14):
Fixed in: 2022.2.0a15
We cannot enable cascades on GLES2 since we do not support them for a while.
An info box was added explaining this behaviour when targeting GLES2 in Editor, so users are informed about the cascades falling back to 1
The max distance setting should also work correctly now when a single cascade is used