Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b22
Issue ID
806498
Regression
Yes
[Regression][Windows] ArgumentExceptions are thrown after dragging tabs in Play mode
Steps to repro:
1. Open Unity on Windows;
2. Create new project;
3. Detach any tab (i.e. Scene or Game view);
4. Enter Play mode;
5. Move tabs by left clicking on the black zone from the right side of tab's name and drag the tab around;
6. Observe the console.
Actual result:
Errors:
ArgumentException: Getting control 2's position in a group with only 2 controls when doing mouseDrag
are spammed in the console.
Regression introduced in Unity 5.4.0b22.
Expected result:
Errors should not be shown when dragging tabs in Play mode.
Notes:
- Reproducible in 5.4.0b22;
- Not reproducible in 5.4.0b21;
- Reproducible only on Windows 10 and Windows 8.1;
- Not reproducible on OSX;
- Not reproducible when dragging tabs without entering Play mode;
- Not reproducible when detaching tabs in Play mode;
- Not reproducible when dragging tabs by clicking on tab's name.
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