Search Issue Tracker
Fixed
Votes
0
Found in
2019.4
2020.3
2021.2
2022.1
2022.2
2022.2.0a3
Issue ID
1398312
Regression
No
Animation Clip drop-down menu freezes when the Animation Clip that is in use is renamed
How to reproduce:
1. Open the attached project "AnimatorFreeze1.zip"
2. Open "SampleScene" Scene
3. Open the Animation View window (Window > Animation > Animation) and select the Cube GameObject in the Hierarchy window
4. Select the "CubeJump" Animation Clip in the Animation Clip drop-down menu
5. Open the Project window and rename the "CubeJump" Animation Clip
6. Repeat step 4
Expected result: The Animation Clip drop-down menu opens
Actual result: The Animation Clip drop-down menu is unresponsive
Reproducible with: 2019.4.36f1, 2020.3.27f1, 2021.2.9f1, 2022.1.0b5, 2022.2.0a3
Notes:
- Deleting the renamed Animation Clip unfreezes the Animation Clip drop-down menu
- The Animation Clip drop-down menu unfreezes after restarting Unity
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
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
Resolution Note:
The posted video states that renaming the animation freezes the drop-down in the animation window but this is not actually what happens : when the user clicks on the animation to rename it, it changes the selection and starts editing the animation in the animation window without an associated game object. Hence, there is nothing that can be in the drop down which is why it cannot be open. It’s the design