Search Issue Tracker
Fixed in 5.2.0
Votes
0
Found in
Issue ID
696614
Regression
Yes
BlendTree in graph view doesn't get updated when a controller's parameter get deleted
repro1:
Create a New Animator Controller
Create a new Blend Tree
Go into the Blend Tree
(make sure you have no parameters)
Right-click the Blend Tree and select "Add Blend Tree"
(you should now have two chained Blend Trees, that both use Blend parameter)
Create a new Float parameter and name it "A"
Select first Blend Tree and set "A" as it's Parameter.
Deleting the only existing parameter "A" does not reset the Blend Tree parameter to "Blend". It still has an "A" slider that is no longer connected to a parameter. Deleting a parameter that is being used by a Blend Tree, should reset the slider to Blend.
Also notice that "A" no longer exist in the Blend Tree parameter pull-down list, but is assigned as a slider, that does nothing.
In 4.6 blend tree was updated correctly.
repro2:
Create Animator Controller
Create a Blend Tree
Create a second Blend Tree from the first one
Create a parameter
Select the SECOND Blend Tree and assign the parameter
Error: "parameter name does not exist."
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment