Search Issue Tracker
By Design
Votes
3
Found in [Package]
0.3.3-preview
Issue ID
1232130
Regression
No
[Animation rigging] Two Bone IK Constraint's Target position is reset when Playables.PlayableExtensions.ConnectInput is called
How to reproduce:
1. Open the attached project's Scene labeled "SampleScene"
2. Enter the Play Mode
3. In the Hierarchy, select the "Target" GameObject
4. In the Scene View, move the GameObject to a new position
5. In the Game View, press the "Space" key
Expected result: Two Bone IK Constraint's Target position is not reset when Playables.PlayableExtensions.ConnectInput is called
Actual result: Two Bone IK Constraint's Target position is reset when Playables.PlayableExtensions.ConnectInput is called
Reproducible with: 2019.4.0f1, 2020.1.0b12, 2020.2.0a12 (0.2.1-preview, 0.3.3-preview)
Couldn't test with Unity: 2018.4.23f1 (Package is not available)
Couldn't test with Packages: 0.1.2-preview, 0.1.4-preview (Cannot move the Target GameObject)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Resolution Note:
When changing the topology of a playable graph, the animator performs a rebind which sets all transforms back to default values. In this case, the effector targets are part of the animator's hierarchy and are therefore reset to the default position.
To achieve the desired result, restore the transform of the effectors back after changing the topology, or else remove the effector targets from the animator's hierarchy.