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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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