Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.0.0
Issue ID
1211108
Regression
No
Exiting playmode resets all settings on Device Simulator window
Steps to reproduce:
1. Open new project
2. Download Device Simulator (version 2.0.0 preview) package
3. Open the Simulator window by going to Game view and selecting "Simulator" in the dropdown
4. Turn off some settings like "Allowed Orientation" (uncheck the checkboxes)
5. Enter play mode
6. All settings are reset to a default value (All checkboxes are enabled again)
Expected: Settings should be saved between entering play mode and exiting it
Actual: Default settings are applied when you enter play mode
Reproduced on: 2020.1.0a19, 2019.3.0f5
Package Version repro: 1.0.0 , 1.3.0, 2.0.0 preview
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Steps described in this bug currently are a case where we are resting settings by design. Screen Settings panel is a GUI for UnityEngine.Screen class and all the values in Screen Settings panel match what you get from UnityEngine.Screen. Entering play mode will reset your game and all the settings in UnityEngine.Screen class.