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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Root Motion is impacted by transitions. This is by design.