Search Issue Tracker
Fixed
Fixed in 6000.1.0b6, 6000.2.0a3
Votes
0
Found in
2021.3.45f1
2022.3.56f1
6000.0.36f1
6000.1.0b4
6000.2.0a2
7000.0.0a17
Issue ID
UUM-95807
Regression
No
Undoing Animator Parameter name change breaks references to it
*Steps to reproduce:*
# Open a Unity Project
# Create a new Animator Controller via Assets > Create > Animation > Animator Controller
# Open the new Animator Controller in the Animator Window by double clicking on it
# Crete a Float Parameter called 'Test' via + > Float
# Create a new State with right-click > Create State > Empty
# Click on the new State
# In the Inspector, check the 'Parameter' box next to Motion Time
# Observe that the field is enabled and it has the 'Test' Parameter in the field
# Rename the Parameter in the Animator Window by double-clicking on the name. Call it 'Test2'
# Observe that the link to the Parameter in the Inspector is updated to say 'Test2'
# Press Ctrl + Z to undo the Parameter name change
*Actual results:* The link to the Parameter in the Inspector has been broken and it still says 'Test2'. To have it reference the Parameter again, you will need to reselect the Parameter from the dropdown
*Expected results:* The link to the Parameter is not broken and it updates to match the Parameter
*Reproducible with versions:* 7000.0.0a17, 6000.1.0b4, 6000.0.36f1, 2022.3.56f1, 2021.3.45f1
*Not reproducible with versions:* -
*Can't test with versions:* -
*Tested on (OS):* Windows 11
*Notes:* -
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Input from the "Backslash" key is not detected in the Web Player when using the Japanese 106/109 key keyboard
- High "Total" value of the "TerrainManager.CullAllTerrains" when generating terrain
- UI Layout rebuild triggered by a rounding error when using TextMesh Pro
- Sprite Shape Corners and Edges are invisible when a closed Sprite Shape is used
- Script icon Gizmos cause lag/performance issues in Scene view even when the Scene Camera is not pointed at Gizmos
Add comment