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: -