Search Issue Tracker
By Design
Votes
2
Found in
2017.1.2p2
Issue ID
973481
Regression
No
Parenting object when Inverse Kinematic is used causes physical object shift in world space and breaks animation
To reproduce:
1) Open attached project and scene
2) Play it
Expected steps:
3) Click Start IK
4) Click Stop IK - notice the hand movement
5) Click Set baseball parent
6) Start and Stop IK - notice how ball moves together in relation to hand
7) Reset ball's hierarchy to go back to step 2
Actual steps:
7) Click Start IK
8) Click Set baseball parent
Notice that the ball and hand move back and that Starting/Stopping IK creates no animation at all
Reproduced in 2017.1.2p2, 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:
You can't use a child object of the hand as the target position for the IK, because it causes a feedback loop. The hand moves, moving the target, moving the hand, moving the target.