Hinge Joint “enabled” property disappeared in 4.3, is this a joke? How am I supposed to enable/disable this component now? rigidbody’s “enabled” property disappeared too…
I know that I can use Destroy() disable it and use AddComponent<>() to enable it instead of “enabled” property as a workaround but it’s a silly workaround. Any ideas?
Funny thing is that hingJoint2D and rigidBody2D has the “enabled” property!