Search Issue Tracker
By Design
Votes
0
Found in
2022.1
2022.1.0a6
Issue ID
1362101
Regression
No
[iOS][Rendering Debugger] No wireframes rendered with Shaded & Solid wireframe mode on iOS
How to reproduce:
1. Open URP project
2. Set platform to iOS
3. Enable “Development Build” property in Build Settings
4. Build & Run project
5. Open Rendering Debugger (double-tap screen with three fingers )
6. Go to "Rendering" section
7. Change "Additional Wireframe Modes" property from "None" to "Solid wireframe" and then "Shaded wireframe"
Expected result: Scene is rendered with wireframes
Actual result: No wireframes rendered in the scene
Notes:
- No issues with simple "Wireframe" mode
Reproducible:
iPhone 12, A14, 14.6
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 (2022.1.X):
The reason why the Solid and Shaded wireframes are not displayed on the device is because the "Runtime Debug Shaders" toggle in the "Universal Render Pipeline Global Settings" hasn't been enabled.
To avoid this confusion, we will add a visual indication in the UI of the Rendering Debugger.