Version: 2019.2

Joint.connectedBody

Switch to Manual
public Rigidbody connectedBody ;

Description

Ссылка для подсоединения данного сустава к другому твердому телу.

Если не установлен, сустав подсоединяет объект к миру.

Unity does not support connecting a joint to a Rigidbody in a different Scene that is using a local physics Scene. If a joint is connected to a Rigidbody, and then that Rigidbody is moved to a Scene that uses LocalPhysicsMode.Physics3D, then the joint is automatically disconnected from the Rigidbody.

See Also: Scene and LocalPhysicsMode.