Help for implementing GameLift in Unity

0

Hello,

I have attempted to implement Game Lift into Unity projects a few times but have been unsuccessful. I usually start off quite well, and then end up down a rabbit hole of downloading different SDK's and clicking different links in documentation that lead to another page that link to another page etc.

I also find the example battle royale tutorial quite difficult to follow. I am wondering if someone could help me in explaining how to set up a simple Unity project with Game Lift, allowing users to join and create rooms if possible.

Thanks in advance.

asked 4 years ago324 views
3 Answers
0
Accepted Answer

If you are using Unity you actual have two choices with GameLift:

  1. 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.

  2. 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

answered 4 years ago
0

Hi @REDACTEDUSER

answered 4 years ago
0

Thank you for your help, I now have a small game where players can join a Game Lift game session.

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions