Search Issue Tracker
Fixed in 2020.2.X
Votes
1
Found in
2019.3.0b9
2019.4.0f1
2020.1
2020.2
Issue ID
1257833
Regression
Yes
OnStateEnter is not called when using the Timeline with an Animator on the same GameObject
How to reproduce:
1. Open user's attached "SMBehaviorBug" project
2. Open the "SampleScene" Scene
3. Enter the Play Mode
4. In the Game view press the "ChangeState - Bug" button
Actual result: The "Start 521822810" message is logged in the Console
Expected result: The "Start 521822810" message is not logged in the Console
Reproducible with: 2019.3.0b9, 2019.4.2f1, 2020.1.0b14, 2020.2.0a16
Not reproducible with: 2018.4.24f1, 2019.3.0b8
Notes:
- The State does start only OnStateEnter is not called
- Deleting and re-adding the Animation Track to the Timeline fixes the issue and the OnStateEnter for the Main state is called
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment