Hello, I’m making a platformer multiplayer game using socket.io and phaser and I’m finding it hard to track my player position in the arcade physic
If I use the update function to update my player position, the collision will not work but if I use set velocity I will not be able to assign movement and check the position of the player from the server