Search Issue Tracker
By Design
Votes
2
Found in
2018.1.5f1
Issue ID
1053053
Regression
No
[Android] low fps due to GFX.WaitForPresent call when running a simple scene on Adreno405 gpu
To reproduce:
1. Open my attached project found in "Adreno.zip"
2. Build and run for Android with Andreno 405
3. Observe the fps via fps script that can be found in project, or by attaching the profiler
Expected: 60 fps on nearly empty scene
Actual: ~30 fps on nearly empty scene with GFX.WaitForPresent occupying 90% of usage
Reproduced in: 2017.4.6f1, 2018.1.7f1, 2018.2.0b11, 2018.3.0a3
Notes: tested on Adreno GPU's:
Adreno 306 60 fps
Andreno 405 (Motorola Moto G 4) - 28 fps
Adreno 430 (Xiaomi Mi NOTE pro) - 60 fps
Andreno 405 (Xiaomi Mi 4) - 22 fps
Adreno 430 (Huawei nexus 6) - 60 fps
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