All Content tagged with Amazon GameLift
game server hosting solution that deploys, operates, and scales cloud servers for multiplayer games
Content language: English
Select up to 5 tags to filter
Sort by most recent
I'm in the process of setting up a game server using AWS GameLift. I integrated a prototype server (Unity + GameLift server SDK for Unity) that successfully launches a game session. The server build...
EXPERT
published 7 months ago0 votes1294 views
I am installing the unreal engine C++ sdk. I am following the readme file. I am getting an error pertaining to the CMakeLists.txt missing when execuing this command: cmake -G "Visual Studio 17 2022"...
Hello AWS Community,
I have recently started creating a **dedicated server** with Godot Mono C# and I am trying to work with the AWS Gamelift library. However, when I tried to build it, I encountered...
> https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-server-sdk5-csharp-actions.html#integration-server-sdk5-csharp-processending
>
We use unity dedicated server(2021.3.10f1) and...
Thanks for taking the time to help me out!
**Overview:**
I am developing a battle simulation game where players setup their battle board and face off against each other. I am looking for a server...
Requirements:
- Real time matchmaking system that matches two users based on their input keyword interest. e.g. User 1 has interests of ['AWS', 'Azure', 'GCP'] while User 2 has interests of ['AWS',...
I managed to include the AWS GameLift Plugin in a UE 4.27.2 C++ Sample Project and deployed my first GameServer to the Cloud, which is pretty awesome :-) Kudos to the team who made this plugin, it is...
Hi, I am trying to add concurrent server processes to my instance. I wonder how to make sure the activation succeeds for the instances with concurrent process. In my activation code for gamelfit in...
I'm experiencing a bug regarding rulesets.
When I try the first ruleset and make 2 clients search for a match, it never finds a match. But with the second ruleset, it works.
It seems that using 48...
Hi!
I've tried to follow these guides: https://docs.aws.amazon.com/gamelift/latest/developerguide/unreal-plugin-anywhere.html for setting up Testing on a local machine and...
For my Unity game I used end of 2020 the Gamelift Server SDK 4.0.2 which worked fine since then.
I downloaded the GameLift-CSharp-ServerSDK-4.0.2.zip, created the dll (Net45) files and copied them...