Hi,
I want to collide two 2d objects one of the object is static and the other one should be drag and drop. I have applied a collision and kinematic rigidbody to static one while the moving one has collision and a script attached on it. Now when I play the game the collision occurs without even touching the player and after that no collision happens. Can you please guide me where am I doing wrong?
Can you post an example project of the issue please?
1 - The moveable object
2 - The object to collide with
Please guide me what to attach to both to do collision.
Can you post a link to your project please?
Thanks @yaustar. I have used bounding box to tackle the problem.