Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a1
2019.1.0a13
Issue ID
1113263
Regression
Yes
[Lights] Shadow renders with jagged edges after switching platform to Android, iOS or tvOS
Shadow renders with jagged edges after switching platform to Android, iOS or tvOS
Steps to reproduce:
1. Open the attached project or create a new one.
2. Right-click in Hierarchy > 3D Object > Cube.
3. Right-click in Hierarchy > 3D Object > Plane.
4. Set 'Y' Position property value of Cube to '2'.
5. Go to Edit > Project settings > Quality
6. Change Android quality level to 'Ultra' and Anti Aliasing to '8x Multi Sampling'.
7. Switch platform to Android.
Actual Result:
Shadow renders with jagged edges.
Expected Result:
Shadow renders without any artefacts.
Occurring On: 2019.1.0a13, 2019.1.0a1
Working fine On: 2018.3.0f2
Environment: Windows and Mac
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
on 2018.3 variant "very high" was selected as active quality setting in editor, whereas 2019.1 variant was "ultra". Also shadow distance values are different in the two settings. Since shadow cascades are by default off on mobiles, that resulted in seemingly incorrect result, but actually it's expected