Search Issue Tracker
Fixed
Fixed in 2022.3.41f1, 6000.0.0b11
Votes
0
Found in
2022.3.38f1
2023.3.0b9
6000.0.0b11
Issue ID
UUM-64156
Regression
No
[Android][GLES] FrameTimeManager gpuFrameTime is much lower when using Optimized Frame Pacing
Steps to reproduce:
1. Set up a Unity Android project with GLES.
2. Attach a script that uses Application.targetFramerate to target the max framerate and use FrameTiming.gpuFrameTime to log the "GPU Time" every frame
3. Run this test on your Android device with "Optimized Frame Pacing" enabled and disabled and compare results
\\
Actual results: Both test runs have similar results for GPU time
Expected results: The test run with Optimized Frame Pacing enabled shows frame time to be much lower. (e.g. 8ms vs 2ms).
\\
Reproducible with versions: 2022.3.x, 2023.2.x, 2023.3.0b9
Not reproducible with versions: 2021.3.36f1
Can’t test with versions:
\\
Tested on (OS):
\\
Notes:
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment