Search Issue Tracker
Won't Fix
Votes
1
Found in
2020.3.40f1
Issue ID
UUM-16978
Regression
No
[iOS] Depth texture is not being rendered on iOS
How to reproduce:
1. Download and open the attached project
2. Build and deploy to iOS
3. Press the "Render" button
Expected outcome: A white square is rendered inside the black square
Actual outcome: A white square is not rendered inside the black square
Reproducible with: 2020.3.40f1, 2021.3.12f1, 2022.1.20f1, 2022.20b11, 2023.1.0a14
Reproduced with: iPhone 13 Pro (iOS 15.6.1)
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:
This appears to be a corner case with Camera.Render. When using URP, the suggested way to render a single camera on request is RenderPipeline.SubmitRenderRequest https://docs.unity3d.com/2023.1/Documentation/ScriptReference/Rendering.RenderPipeline.SubmitRenderRequest.html
In older URP versions, which do not have RenderPipeline.SubmitRenderRequest yet, URP.RenderSingleCamera can be used instead
https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@15.0/api/Unity[…]g.Universal.UniversalRenderPipeline.SingleCameraRequest.htm