Question by
ryanjokuti · Mar 03, 2016 at 11:41 PM ·
c#collider2dcollision2d
Constant Collision
I need to be constantly checking if you're touching the floor/wall in my game, so is there a way to constantly check for a collision w/ a tag, instead of OnCollisionEnter2D/Leave2D?
Comment
Best Answer
Answer by EmHuynh · Mar 04, 2016 at 01:11 AM
Hello, @Imnooby.
Yes there is, OnCollisionStay2D.