Hi, i’m just playing around & making small games, it’s similar to flappy bird with scrolling background… for some reason, when player hits the moving pipes on mobile it doesn’t trigger anything? on PC it’s just fine… what could possibly be the reason for this?
I’m not a mobile expert. Can you pass here you time physics steps and collider info? Can be that is not colliding?
The best way is to debug if it is colliding in mobile. Put sigla in your code (if is colliding print collision). Doing this way you can track down what is trigging the problem.