Search Issue Tracker
By Design
Votes
0
Found in
2018.1.0f2
Issue ID
1047128
Regression
No
Corrupted Base Layer causes OnStateIK to be called twice
Steps to reproduce:
1. Open user-attached project
2. Select DefaultAvatar in the Hierarchy
3. Add "Animator Controller FAULT" into its Animator Component's Controller field
4. Enter Play Mode and see that two values of value__int are printed
5. Change the Animator Controller to "Animator Controller OK"
6. Enter Play Mode and see that only one value of value__int is printed
Expected behaviour: value__int is printed once like in step 6
Actual behavior: value__int is printed with both initialization and edited values
Reproduced with: 2017.1.1f1, 2017.4.6f1, 2018.1.4f1, 2018.2.0b9, 2018.3.0a1
Note: this seems like an edge case as it was not reproduced from scratch again nor is it clear how the situation came to be this way to begin with
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Video is not rendered in Video Player when Material Override is set as the Render Mode and a SpriteRenderer is used
- Scene.isSubScene returns True when a Scene that is not a SubScene is loaded in a build
- The Search window does not show objects with inherited components when filtering by type
- Scrolling occurs when using a shortcut with "Wheel Up" or "Wheel Down" on a selection command in a scrollable Hierarchy window
- Shortcut fails to trigger when using KeyCode.WheelUp with ShortcutModifiers.Shift
Add comment