Hello I would like to ask about multiplayer game pong (using official template from C3).
When you join a game as host you are at the left side of the screen, then another player (peer) will be on the right side. Both host and peer see host on the left and peer on the right, how can I change it that every time player locally see yourself on the left side and opponent will be on the right side (no matter if the player is host or peer)? Is there any function or trick how to do it, because in multiplayer games it is basic thing.
For example when I take that pong and modify it for portrait orientation, then I want to be that player at the bottom every time, it is weird to control paddle at top, also when I want to add some HUD power-ups buttons to the bottom I need for both players (host and peer) to show that player and others stuff (locally) at the bottom and opponent at the top. So for peer it must be somehow switched.
Thank you very much for help I thing it is essential for multiplayer games.