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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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.