2D collision not work
Hi everyone, I really think i've done everything right but i dont know why it not working. Here is a video: https://youtu.be/ekBARZuFVqE
Answer by hexagonius · Oct 13, 2015 at 07:10 PM
in editor the gameobject is translated, teleported so to say. the physics engine does not even recognizes that. add a rigidbody2d too and set it to isKinematik.
I've done that but its not working ! if you don't $$anonymous$$d can you make a script to make it move and see it by yourself ?
make sure to have rigidbody2d for 1 or 2 objects. and remember Collision is class of unity, you need rename it. sorry with my english!
Your answer

Follow this Question
Related Questions
Who calls OnCollisionExit? 3 Answers
How to correctly count number of objects? 2 Answers
OnCollisionEnter2D not calling, but objects are colliding. 1 Answer
Why is OnTriggerExit not firing? 3 Answers
What is ContactPoint.point? 0 Answers