Search Issue Tracker
Won't Fix
Votes
0
Found in
4.5.4f1
Issue ID
642417
Regression
Yes
UnityAppController doesn't set pause to false, after using image picker this first time on iOS 8
To Reproduce:
1. Open & build the project attached to the post to an iOS 8 device.
2. Click open file & "Allow access", select any image.
3. When you return to the app, the particles in the background are still paused.
This only happens in landscape mode only, if it is changed to Portrait this is no longer reproducible. Also it's only reproducible when the app has not yet been granted access to photo library, you have to rebuild it with a different product name or reset the permissions on the device to reproduce it again.
Issue can be worked around by removing these lines:
if(_didResignActive)
UnityPause(false);
from applicationDidBecomeActive in UnityAppController.mm.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Add comment