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
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
- Frame Debugger scrollbar gets cut off at the bottom when the Frame Debugger window is maximised
- Frame Debugger docked with the Game View can still be enabled when Game View is maximised and minimised
- Profiler (Standalone Process) pop-up window buttons are misaligned
- UI Binding Event is not triggered when the object of custom type is set to null
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