Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.4.2p4
Issue ID
851113
Regression
No
[iOS] UnityEngine.iOS.Device.SetNoBackupFlag can't be called from background threads
Reproduction steps:
1. Open the attached project.
2. Build and run it for iOS.
3. Click the "Set Flag" button.
4. Check the console:
UnityException: SetNoBackupFlag can only be called from the main thread.
Constructors and field initializers will be executed from the loading thread when loading a scene.
Don't use this function in the constructor or field initializers, instead move initialization code to the Awake or Start function.
Reproduced with: 5.3.7p1, 5.6.0b1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GfxDevice::UpdateBufferRanges when running UIBuilder tests
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
Add comment