矩形の当たり判定
忘れてしまってたので
code:cs
if(myTop > youBottom && myBottom < youTop && myLeft > youRight && myRight < youLeft){
}