|
animated character when having collision with the box the animation character is not passing through the box i have applied collider and rigidbody to the character and box collider to box and i user collosion on enter when character hits the box collosion is happening and message is printing but character is not passing through the box it is staying there itself when i apply is trigger character is passing but no collosion is happening
(comments are locked)
|
|
If you're colliding with the object, you won't pass through it. What you should probably use is OnTriggerEnter, with a trigger. great answer that worked
Feb 24 '11 at 11:47 PM
robert 4
(comments are locked)
|
