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
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “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
- WebGL sends wrong value with large numbers when SendMessage function is used
- Add Behaviour dropdown has a part in which the dropdown outline is cut out when the Add Behaviour dropdown is opened
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.