Search Issue Tracker
Fixed in 1.2.2
Votes
0
Found in [Package]
2018.3.0a10
2018.4.1f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1162335
Regression
Yes
[Animation] Failing to add animation Property to the parent of a rigged character
Steps to reproduce:
1. Download attached project
2. Open Animation Window
3. Select SamplePrefab, then select Create in Animation window to create "New Animation"
4. In the Animation window, click Add Property
5. Add Ethan > Ethan Body > Skinned Mesh Renderer > Blend Shape.blend Nose.TellLies
Expected results: Property is added, or a message explaining why it could not be added is logged
Actual results: Property is silently not added.
Reproduced with: 2019.3.0a6, 2019.2.0b6, 2019.1.7f1, 2018.4.2f1
Not reproducible with: 2017.4.27f1
Note:
- In this case, the animated character is attached to parent game object and Animator is added to the parent. Removing Avatar from Animator component would resolve this issue. Re-adding an avatar to Animator component would result in warring "The Game object or Component is missing" on animation Property.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Metal] GfxDeviceMetal::CreateComputeProgram does not check inputs
- Input.GetKey for Left Shift returns true when Right Shift is held down and Left Shift is pressed (and vice versa)
- Inspector displays previously selected Animator layer when switching between layers with keyboard
- Undo is not restoring all of the deleted GameObjects when deleting a large number of GameObjects
- [Linux Hub] Some of the Learn tab projects have a blank 'Download Project' button
Resolution Note (fix version 1.2.2):
Added a warning message and disable the animation property for the animated gameobject in the animation window's "Add property" popup, if the animator component is attached to the parent gameobject.