Version: 5.4
Removed
Joint2D.collideConnected has been deprecated. Use Joint2D.enableCollision instead (UnityUpgradable) -> enableCollision

Joint2D.collideConnected

Cambiar al Manual
public bool collideConnected ;

Descripción

Can the joint collide with the other Rigidbody2D object to which it is attached?

See Also: Rigidbody2D class, connectedBody.