Search Issue Tracker
Third Party Issue
Votes
0
Found in
2019.4
2019.4.23f1
2020.3
2021.2
2022.1
Issue ID
1373178
Regression
No
[iOS] CPU spikes on taps when using iPhone 13 Pro
Reproduction steps:
1. Download and open the attached "FpsStabilityTest2019.zip" project
2. Build and deploy to iOS with profiler attached
3. Tap on the device
4. Observe the profiler
Expected result: No CPU spikes appear when tapping the device
Actual result: CPU spikes appear in the profiler
Reproducible with: 2019.4.33f1, 2020.3.23f1, 2021.2.4f1, 2022.1.0a16
Not reproducible with:
Reproduced with: iPhone 13 Pro (iOS 15.0.0)
Could not reproduce with: iPhone 12 Pro (iOS 14.2.1), iPhone 6S (iOS 13.3.1)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2022.1.X):
On iPhone 13 Pro when the ProMotion is enabled and app is running on 120 FPS it drops to 60 FPS for the single frame where initial touch happened. This is coming from OS and we can do nothing about it. If the spikes are interfering with an app in a meaningful way you can disable ProMotion functionality for the app by deleting CADisableMinimumFrameDurationOnPhone and CADisableMinimumFrameDuration keys in the Info.plist of your app.