Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2021.1
2021.1.7f1
2021.2
Issue ID
1337451
Regression
No
[Character Joint] Angular Limits change relative to animation when entering the Play mode
How to reproduce:
1. Open the user's attached project and Scenes/SampleScene scene
2. In the Hierarchy window, select OBJECT (see notes)
3. In the Inspector window, under the Character Joint component, select Edit Angular Limits
4. Observe the limits in the Scene view
5. Enter the Play mode
6. Observe the limits in the Scene view
Expected result: Angular limits remain the same
Actual result: Angular limits have changed to be relative to the animation position
Reproducible with: 2019.4.27f1, 2020.3.8f1, 2021.1.8f1, 2021.2.0a18
Could not test with: 2018.4.35f1 (could not downgrade)
Notes:
1. Angular limits change to the correct ones when disabling and re-enabling the GameObject with joint
2. With 2019.4, Unity crashes when disabling GameObject with joint
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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Resolution Note:
The limit handles that are drawn for the joint use a matrix that comes pretty much directly from PhysX and the joints stay relative to the bodies they are attached to. The Joints have always worked this way, and the recalculation that happens when disabling/enabling the Joint - changes the state of the joint. Changing this behaviour would be a breaking change.