Ive been through the multiplayer tutorials.
What I want to do is create a multiplayer platformer with bullets. Im not exactly sure if I create the bullets and their detection in peer, host, or common. If someone has an example of how these things work. Please share.
Also, for the initial platformer tutorials it recommends you create a invisible player box that the player animations follow. So if I am creating a multiplayer game is this still recommended? how do I create/sync all player animations that are pinned to the player box seamlessly.