Search Issue Tracker
Won't Fix
Votes
1
Found in
5.5.1p4
Issue ID
884781
Regression
No
[iOS][Metal] Shadows on UI camera cause Main Camera to not render the image
Steps to reproduce:
1. Open the attached project ("884781 repro.zip")
2. Enter play mode
3. Notice that there's a skybox, two cubes and two capsules in the scene. (One capsule is having its "Cast Shadows" field toggled every second)
4. Build to iOS
5. Notice that only capsules are rendered when "Cast shadows" is on.
Expected: Scene fully renders regardless whether UI objects cast a shadow or not
Reproduced on: 5.5.1p4, 5.6.0b9
Reproduced with: iPad Mini 4 (iOS 9.3.2)
Could not reproduce on: 5.4.4p4 (unable to downgrade), OpenGLES2 API (no repro)
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
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
Resolution Note:
A7/A8 SoC devices cannot resolve AA and store at the same time. Hence after resolving (on switching RT) we cannot render to it anymore. The workaround would be to disable AA on pre-A9 devices, also for performance reasons.