How do I prevent my player from pushing a wall?
In Unity I have wall that can be pushed down by a cannonball but the player can also push down the wall, I want to make it that the wall cannot be pushed down by the player but stops the player. So far I have making the mass very high but the player can still push the wall.
Comment