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
- 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:
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.