Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2020.3.X, 2021.1.X, 2021.2.X
Votes
0
Found in
2019.4
2020.3
2020.3.11f1
2021.1
2021.2
2022.1
Issue ID
1345508
Regression
No
[Android] Display.systemWidth/Height value isn't updated when the phone is folded/unfolded
Reproduction steps:
1. Open the attached user's project "SystemResFoldable.zip"
2. Build the project on the device unfolded, notice the resolution
3. Fold it and see how the resolution doesn't change
4. Without unfolding the device, exit the app and run it again
5. Notice that the resolution is smaller than before
6. Unfold it, notice how it still shows the folded resolution
Expected result: Display.systemWidth/Height value updates when the phone is folded/unfolded
Actual result: Display.systemWidth/Height value isn't updated when the phone is folded/unfolded
Reproduces on: 2019.4.29f1, 2020.3.14f1, 2021.1.14f1, 2021.2.0b1, 2022.1.0a1
Reproducible with these devices:
N/A, Samsung Galaxy Z Fold2 5G (SM-F916U), Android 10, CPU: Snapdragon 865 SM8250, GPU: Adreno (TM) 650
Notes:
-Customer mentioned that it also reproduce on an Emulator
-Issue is still reproducible when Resizable Window is turned on in the Player Settings under Resolution and Presentation
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
- In Play Mode, an extra Sync Call is made every frame when a GameObject has a Rigidbody 2D component
- Crash on block_remove when a scene is opened in a specific project
- The GameObject with a Hinge Joint Component does not return to the initial position when the Use Motor property is toggled off
- The construction of a specific class breaks the binding Bool references and does not allow them to be toggled on back by hand when working in the Custom Editor window
- AssetReferenceAtlasedSprite creates a copy of the Sprite during Addressables.LoadAssetAsync<TObject> which does not release when Addressables.Release is used
Resolution Note (fix version 2022.1):
Fixed in 2022.1.0a4. Display.systemWidth, Display.systemHeight and Screen.resolutions[] are now updated when folding/unfolding a Galaxy Fold device.
However Display.main.systemWidth/Height return the result (widthPixels, heightPixels) of https://developer.android.com/reference/android/view/Display#getRealMetrics(android.util.DisplayMetrics). These only reflect the metric of the full unfolded screen of a Galaxy Z Fold2 after unfolding if the app is "resizable". Screen.resolutions[] should list the actual display resolution.
Resolution Note (fix version 2021.2):
Fixed in 2021.2.2f1
Resolution Note (fix version 2021.1):
Fixed in 2021.126f1
Resolution Note (fix version 2020.3):
Fixed in 2020.3.22f1