- Newest
- Most votes
- Most comments
If you are using Unity you actual have two choices with GameLift:
-
Dedicated Servers - Here you build and upload your server binaries and GameLift handles autoscaling. You need to integrate the GameLift Server SDK into your server binary and the standard AWS SDK for clients (for whatever services you require) into your game client.
-
GameLift Realtime - You only provide simple server scripts (in NodeJs) and GameLift provides the servers etc. See https://aws.amazon.com/blogs/gametech/creating-a-battle-royale-game-using-unity-and-amazon-gamelift/ - you just integrate the GameLift realtime client into your code.
Someone even has a youtube series on this: https://www.youtube.com/watch?v=WaAZyqgkXDY
Thank you for your help, I now have a small game where players can join a Game Lift game session.
Relevant content
- asked a year ago
- asked 3 years ago
- asked 4 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 years ago