- Home /
Question by
TauseefCVS · Nov 15, 2017 at 05:59 AM ·
collision detectionbreakoutcharacterjoint
How to detect if character Joint Broke ?
I have two cars attached with Chain(Rope) The chain was made of characterJoint. When Cars Move And Chain Break Destroy The cars Or Play animation on car Explosion. I use this one
void OnJointBreak(float breakForce) { Debug.Log("Joint Broke!, force: " + breakForce); }
but it's not working.
Comment
Your answer
Follow this Question
Related Questions
Bouncing the ball off a collider and destroying it using trigger 0 Answers
using raycast to detect collision for 2D arkanoid/breakout game 0 Answers
How do I fix this weird collision "bug"? 1 Answer
use OnParticleCollision(GameObject)for AOE spell/magic creation problem 1 Answer
CapsuleCast is detecting the wrong hit normal when colliding with two surfaces 0 Answers