Search Issue Tracker
By Design
Votes
0
Found in
2017.1.0f3
Issue ID
983706
Regression
No
Root Transform Position Y does not return to a starting position after making a transition between Animations
To reproduce:
1. Open the attached project;
2. Open "test" scene (Assets > MainScene > test);
3. Enter Play mode;
4. Open the Animator Window (Window > Animator);
5. Trigger "jump" parameter in the Parameters tab;
6. Check XYL Game Object's Y position change after playing the animation.
Expected result: Game Object Y position returns to a starting position after playing an animation.
Actual result: after playing an animation, Game Object does not return to 0 position on Y axis.
Workaround: Bake into Pose the Root Transform Position (Y) of the Animation (Assets > Resources > ArtWork > Player > TestHero > @runJumpFar00 > Edit runJumpFar00 animation clip > Root Transform Position (Y) > Bake Into Pose (true)).
Reproduced on versions: 5.6.4p4, 2017.1.3f1, 2017.2.1p1, 2017.3.0p1, 2018.1.0a7.
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Root Motion is impacted by transitions. This is by design.