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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment