|
i have a 2d car (2 wheels, 2 wheel colliders and a rigidbody with a collider on it) how can i make it break apart when it hits another object (ie the ground or a wall) with force?
(comments are locked)
|
|
i have a 2d car (2 wheels, 2 wheel colliders and a rigidbody with a collider on it) how can i make it break apart when it hits another object (ie the ground or a wall) with force?
(comments are locked)
|
Once you sign in you will be able to subscribe for any updates here
By RSS:The best place to ask and answer questions about development with Unity. Check out our FAQ for more information.
To help users post good questions and use the site effectively we have posted a tutorial video. Please check it out.
Topics:
asked: Jan 29 '12 at 02:38 AM
Seen: 713 times
Last Updated: Jan 29 '12 at 08:11 PM
Set each wheel's parent to 'null', and give them active rigidbodies.
that would just make the whole thing fall apart straight away, i need it to move as one then break apart if it crashes into something?