Search Issue Tracker
By Design
Votes
0
Found in
2021.1
2021.2
2021.2.0a21
2022.1
Issue ID
1347117
Regression
Yes
[Device Simulator] SystemInfo.deviceType returns 'Desktop' when the simulator is active
How to reproduce:
1. Open the attached '1347117.zip' project
2. Open the SampleScene
3. Open Window > General > Device Simulator
4. Enter the Play mode
5. Observe the Console
Expected result: 'Handheld' gets logged in the Console
Actual result: 'Desktop' gets logged in the Console
Reproducible with: 2021.1.14f1, 2021.2.0b3, 2022.1.0a1
Not reproducible with: Device Simulator 3.0.1-preview (2019.4.29f1, 2020.3.14f1)
Cannot test with: 2018.4.36f1 (the package is not supported)
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
- Shortcut Helper Bar does not appear when enabling it and disabling it
- "Property (urp_ReflProbes_BoxMin) exceeds previous array size" warning spams console after switching platforms
- Have to change Input Mapping Path twice for change to take effect when Auto-Save is enabled
- No Duplicate option is available when right clicking States in the Animator Window even though it's available via Shortcut
- Copied and Pasted States appear in a set location instead of where the Users cursor is located at when using the Pasting Shortcut
Resolution Note (2022.1.X):
Use UnityEngine.Device.SystemInfo instead of UnityEngine.SystemInfo to get simulated values. Here's a manual page with more info https://docs.unity3d.com/2021.2/Documentation/Manual/device-simulator-simulated-classes.html