Search Issue Tracker
By Design
Votes
0
Found in [Package]
2.2.4-preview
Issue ID
1316325
Regression
No
[Device Simulator] Canvas boundaries are not updated from the selected Device Simulator after reopening the Editor
Reproduction steps:
1. Create a new project
2. In the Hierarchy window create a UI Canvas GameObject
3. Open the Device Simulator Window
4. Select any device from the Device Simulator list
5. Close the Device Simulator Window
6. In Scene View observe the updated Canvas boundaries
7. Restart the Editor
Expected result: Canvas boundaries are updated from the selected Device Simulator after reopening the Editor
Actual result: Canvas boundaries are not updated from the selected Device Simulator after reopening the Editor (see attached DeviceSimulator.mp4)
Reproduces on: Device Simulator 1.0.0-preview, 2.2.4-preview (2019.4.20f1, 2020.2.4f1, 2021.1.0b6, 2021.2.0a5)
Could not test on 2018.4.32f1 (No package available)
Notes:
-This issue only occurs when the Editor is restarted and if the Device Simulator window was not in focus/docked before restarting
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
This is expected behaviour. The Canvas should update its size based on the Game window or the device selected in the Device Simulator window, in order to display the simulated resolution. Meanwhile, the Canvas cannot update its size if the Device Simulator is not present.