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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Add comment