Search Issue Tracker
Not Reproducible
Votes
0
Found in
2019.3.0a3
Issue ID
1156655
Regression
Yes
[Editor] Assertion failed on expression occurs when windows is rescaled
Assertion failed on expression occurs when windows is rescaled
Steps to Repro:
1. Create a new Project
2. Maximize Unity
3. Open Windows setting and change the screen scale to 200%
4. Return back to Unity
Actual Result:
The Editor is scaled and ] Assertion failed on expression appears in the console
Expected Result:
The editor is scaled gracefully
Environment:
Only on windows
Occurring with:
2019.3.0a3
Working with:
2019.3.0a2, 2019.2.0b3
Stack Trace:
Error1:
GUI Window tried to begin rendering while something else had not finished rendering! Either you have a recursive OnGUI rendering, or the previous OnGUI did not clean up properly.
Error2:
EndLayoutGroup: BeginLayoutGroup must be called first.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Error3:
Assertion failed on expression: 'device.IsInsideFrame()'
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment