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.

질문됨 4년 전353회 조회
3개 답변
0
수락된 답변

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

답변함 4년 전
0

Hi @REDACTEDUSER

답변함 4년 전
0

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

답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠