Multiplayer Shooter Game Beginnings
After creating multiplayer Pong, the next challenge that seems acheivable is to create a multiplayer shooter game.
For this, I opted to use Photon in Unity again. Here is the progress so far:
The code can be found on Github here.
Step 1: Player Pre...