I have heard from many people that if you are making an infinite runner type game, which I am making, the player should be static. Why is this?
In endless runner games, it’s easier to move the world, not the player. So, since the player won’t be moving, you could make it static.