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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
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.