Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
2022.1.0a14
Issue ID
1397509
Regression
Yes
[Editor] Side panel and graph divider gets stuck when dragged after selecting transition from Any State in Animator Window
1. Open Any/New Project
2. Create and Animator by going to Assets>Create>Animator Controller
3. Open the created Animator Controller
4. Create a transition from Any State to any other state/Entry/Exit (this is not important as long there is an arrow from Any State to anything)
5. Select the transition line from Any State to another node
6. Drag the divider in between the side panel and the graph view. (see the attached video)
Expected result: the side panel can be resized and is released on mouse up.
Actual result: the splitter is still being moved after mouse up and remains that way regardless of user action. The following notification is printed to the console:
Should not grab hot control with an active capture
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Reproducible with: 2022.1.0a14, 2022.1.0a16, 2022.1.0b5, 2022.1.0b2, 2022.2.0a2
Not reproducible with: 2020.3.2.4f1, 2021.2.6f1, 2022.1.0a13
Note: in 2022.2.0a2, this behavior appears after selecting Any State and dragging the splitter or after a drag-selection in the Graph View. There is also nothing printed to the Console.
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