Version: Unity 6.7 Alpha (6000.7)
Language : English
Spring Joint component reference
Customize movement constraint with Configurable Joints

Create a configurable joint

To create a custom configurable joint and have fine control over behavior, you can use the Configurable JointAn extremely customizable joint that other joint types are derived from. It can be used to create anything from adapted versions of existing joints to custom designed and highly specialized joints. More info
See in Glossary
. You can also use the Configurable Joint to implement physics forces that drive a GameObject to a specific target velocity or position.

Topic Description
Customize movement constraint with Configurable Joints Use a custom joint to add limits to a GameObject’s movement or rotation, and configure how bouncy or elastic that limit is.
Driving forces with Configurable Joints Use a custom joint to define the driving linear and rotational forces on a GameObject.
Configure driving forces on a Configurable Joint Use the Configurable Joint to create custom targets and driving forces.
Configurable Joint component reference Property reference for the Configurable Joint component.

Because the Configurable Joint has a lot of configuration options, you might need to experiment and iterate with values to get the joint to behave exactly the way you want.

Spring Joint component reference
Customize movement constraint with Configurable Joints