You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created ragdoll joints using JointData.spherical, but I am facing an issue where the joints rotate infinitely in the twist direction.
According to the API documentation, it seems that rotation limits can only be applied to JointData.prismatic.
Is there any way to restrict the rotation range for JointData.spherical as well, not just for JointData.prismatic?
The text was updated successfully, but these errors were encountered:
I have created ragdoll joints using
JointData.spherical
, but I am facing an issue where the joints rotate infinitely in the twist direction.According to the API documentation, it seems that rotation limits can only be applied to
JointData.prismatic
.Is there any way to restrict the rotation range for
JointData.spherical
as well, not just forJointData.prismatic
?The text was updated successfully, but these errors were encountered: