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
- “RegisterCallback<KeyUpEvent>” and “RegisterCallback<KeyDownEvent>“ callbacks are not called when pressing keys in a UI Toolkit window
- [VFX Graph] Use base color map set to none after material change in output
- [Mac] Context menu in Hierarchy is available but not functional when the Editor is out of focus
- Cursor's static properties does not change when changing the Cursor's states
- Cannot archive build for iOS using Xcode 13.3 when the project is built on a Windows machine
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