- Home /
How to determine 2 objects at same space collision
Hi. I want to determine if two moving objects in 3D occupy the exact same space (such as on a 3D grid). I am trying to use the 3D collider and rigidbody, but this may not be the correct solution as the colliders are not exact and the objects are moving. Thanks for any help.
Answer by Ryujose · Dec 26, 2014 at 03:57 AM
Have you tried the polygon collider on physic instead rigidbody? To have an exact 3D object with same parameters try to duplicate same object.
Thanks for the suggestion. The polygon collider appears to be 2D. I'm using Unity cubes only and they are 3D.
Your answer
Follow this Question
Related Questions
How do I get the player and the object they touch both disappear/destroyed? 1 Answer
Collision details 1 Answer
Keep Horizontal Momentum after Jump 2 Answers
How to stop sphere from clipping through cube edges aside from lowering Time.FixedDeltaTime? 1 Answer
Collision.impulse = 0 in OnCollisionStay Kinematic Static collision pair after Update 0 Answers