Search Issue Tracker
Active
Under Consideration for 2022.3.X
Votes
0
Found in
2022.3.41f1
Issue ID
UUM-77946
Regression
No
[Quest] Player with Graphics.RenderMeshIndirect() renders with worse GPU performance when built with Vulkan compared to the OpenGLES3
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/IndirectScene.unity” Scene
3. Switch to Android Platform
4. Build and Run on Quest
5. Open Meta Quest Developer Hub
6. Open the Performance Analyzer tab
7. Enable Performance Analyzer
8. Observe that the Frame Rate is at 72
9. In Editor, add Vulkan Graphics API and remove OpenGLES3 (Edit > Project Settings > Player > Other Settings > Graphics API)
10. Repeat the 4 - 7 steps
Expected result: Frame Rate is constantly at 72
Actual result: Frame Rate gets below 60
Reproducible with: 2022.3.41f1
Could not test with: 2021.3.42f1, 6000.0.14f1 (Assets\Scripts\Indirect\LSRIndirectRenderer.cs(194,5): error CS0242: The operation in question is undefined on void pointers)
Reproducible on:
VLNQA00379, Oculus (Quest 2), Android 10, CPU: Snapdragon XR2, GPU: Adreno (TM) 650
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Note:
- Player crashes with 6000.0.14f1
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
Add comment