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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment