Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
2
Found in
2017.4.0f1
2018.3.0a1
2018.3.0f2
2019.1.0a1
2019.2.0a1
Issue ID
1118708
Regression
No
Position of the GameObject could not be changed when animation in Timeline finishes and object has Animator with active state
How to reproduce:
1. Open attached project "Case_1118708_animationbug.zip"
2. Open "SampleScene" scene
3. Enter Play mode
4. Wait until cube finishes its animation
5. Select "Square" GameObject
6. Try to change the position in the Transform component
Expected result: Position of the "Square" changes
Actual result: Position doesn't change
Reproducible with - 2017.4.19f1, 2018.3.4f1, 2019.1.0b1, 2019.2.0a3
Notes: In PlayableDirector component WrapMode is set to "None" and in Animator component Apply Root Motion is set to "False"
Comments (2)
-
d1favero
Jan 28, 2021 13:20
Not fixed in 2020.1. Shame on you unity.
-
ryanrlmg
Sep 14, 2020 14:23
Still not fixed at least I'm still getting this issue in 2020.1 and on. When the timeline ends, it's overriding my transform and making it impossible to move my character. My inputs are reading, but character is frozen in place.
Help!
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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Resolution Note (fix version 2020.1):
This has been properly resolved. Animator now stops writing default values for properties no longer animated by Timeline.