I am trying to modify a H SpringJoint on my GameObject, but I cannot seem to find any way to reference it. I see there is a HingeJoint object on my GameObject, but this is set to null since I am using a SpringJoint, not a HingeJoint. If I added a HJ to my object, it is no longer null, but I need a SpringJoint.
I've searched through the answers here, and the docs, and still can't seem to find any way to access the values.
I appreciate any help!
GetComponent(SpringJoint).Damper ... for example, not work?
GetComponent(SpringJoint).Damper ... for example, not work?
– Caiuse