#Collision Problem please help!

1 messages · Page 1 of 1 (latest)

prisma furnace
#

I am having problems with collisions in my tron-line game.

#

So as your character moves you place circles with colliders behind you. Its supposed to make it so when ever you hit one it'll detect the collision but it only detects it half of the time

white bone
#

Try changing collision detection to continuous, if your objects are moving fast it may be missing the collision . . .

prisma furnace
#

what would I change the method to?

white bone
#

No, change the collision detection for the rigidbody. Maybe your objects are moving too fast. See if that fixes it...

prisma furnace
white bone
#

Sorry, I've been (still) at work all day. How are the collisions setup. Can you show the collisions?