The HingeJoint has a .angle property that is the current angle of the joint relative to its rest position. From what I can tell this does not exist in a Configurable Joint. How can I find the relative angle in a Configurable Joint?
If you can get a vector for the directions of each of the two halves of the joint, then you can get the angle between them with Vector3.Angle. Not ideal, I know…
That would work. I don’t have two joints, but I could measure against Vector3.up? I’m essentially using the configurable joint as a hinge.