Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.2.1
Issue ID
ARB-27
Regression
No
[Animation Rigging] Gradual Offset in Rig Builder when Clips are Played from the Timeline
Steps to reproduce:
1. Open the attached user's project "Animation Rigging Constraints in Timeline - Gradual Offset.zip"
1. Open "Scenes/SampleScene.unity"
2. Select the Timeline object in the Hierarchy
3. Play the Timeline in the Editor
4. Observe the orange rig called Ghost Rig move away from the character gradually
Expected result: the Ghost Rig stays in its original position related to the Cornerman GameObject
Actual result: the rig does not maintain its position and moves to a side with an offset
Reproducible on: Animation Rigging 1.0.1 - 1.2.1 (2020.3.44f1, 2021.3.17f1, 2022.2.4f1, 2023.1.0a25)
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
- Window preview appears on a different monitor when undocking and dragging a window with a high-resolution monitor set up on the right and a low-resolution monitor on the left.
- Probe Volume Baking Set Reference Documentation is missing
- Crash on RendererScene::NotifyInvisible when entering Play mode after undoing a change within the scene with Ctrl+z
- [iOS] Final Image misaligned when using "ScalableBufferManager.ResizeBuffers" to resize
- GameObjects are not updating when Materials and Cubemaps are updated from Environmental Reflections
Resolution Note:
The issue is caused by the fact that the position constraint is constraining Y & Z axis, instead of X & Z axis. The constrained char_Hips looks like the X axis is the axis you want to be unconstrained, but this GameObject has local rotation applied (0, -90, -90). This means that the correct free axis in this case is Y, not X.
To fix the issue, change the constrained axis to X & Z and leave Y unchecked.