Question by
unity_696A4872A9E122D2D26A · Jun 05, 2021 at 03:16 PM ·
2d game2d-platformer2d-physicsnewbie2d-gameplay
how do I make 2 player sprites not interact?
So, I'm making a game where there are 2 players on screen at all times, but I don't want them to be able to colide with each other. I already tried to put one character a layer above the other, but I think I might be doing it wrong. Does anyone know the propper way to do it? I'm working with 2d Unity, if that makes a difference.
Comment