2D Collision
Hi,
So the last day or two I've been tinkering around with 2D. Always did 3D so this is difficult for me.
I want to make a simple game where collisions are kind of important. I'll just show you.
In the game, the blue sprite (just 1 image with transparant middle, I did add a polygon collider btw) moves up and down during the game. I used an animation for this.
How do I check if the white dot is behind the blue sprite?
I tried OnColissionEnter but it didn't work :/
Your answer
Follow this Question
Related Questions
Projectile colliding with player at origin,Excluding a specific game object 0 Answers
OnCollisionEnter2D not calling, but objects are colliding. 1 Answer
Detect whether a Rigidbody collided with a Trigger 2 Answers
Projectile colliding with player at origin,Excluding a specific game object 0 Answers