Search Issue Tracker
Active
Under Consideration for 2021.3.X, 2022.3.X, 6000.0.X, 6000.1.X
Votes
0
Found in
2021.3.45f1
2022.3.56f1
6000.0.36f1
6000.1.0b4
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
- Undoing Animator Parameter name change breaks references to it
- Crash on BV4_OverlapBoxAll when moving in play mode
- Custom mesh water surface normal map fades out when Y Position increases
- Sprite renderer does not issue draw calls correctly when using SRP Batcher
- [Android] Flickering artifacts when using "ScriptableRenderer.EnqueuePass(RenderPassEvent.BeforeRenderingPostProcessing)" multiple times
Add comment