Skip to content

Unity Multiplayer with Amazon Web Services and WebSockets

Back to posts


Description

This is a follow up to the video on Unity Multiplayer with AWS services, if you haven’t watched it yet, check out part one. This video demonstrates from the Unity side, how to establish a continuous connection to the custom AWS server we created in part 1, and communicate player actions to the server and other player session clients.

You can watch Part One here.


Repositories for this project

[DodgeballLearn1 - example project in video]
https://github.com/BatteryAcid/DodgeballLearn1
[basic-multiplayer-aws - lambda code in Part 1]
https://github.com/BatteryAcid/basic-multiplayer-aws


References