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
495 results
The code seems to be without any errors within the plugin but still compiling seems to keep failing. There are no changes made to the original UE5 GameLift plugin
```
0>[1/5] Compile [x64]...
I am looking for a formal confirmation for the following:
1. There are no precompiled .so files for the SDK.
2. And there is no way to compile the SDK with UE5's current openssl version (1.1.1t)
and...
EXPERT
published 3 months ago0 votes1386 views
Hello. I have this matchmaking configuration
```
{
"name": "GOF-Matchmaking-6P",
"ruleLanguageVersion": "1.0",
"teams": [{
"name": "Dragons",
"minPlayers": 6,
...
I'm trying to create a fleet with a build I recently uploaded, but fleet setup always stuck at "Downloading" phase.
Is this caused by the build I uploaded?
I want to erase the fleet, but the download...
EXPERT
published 3 months ago0 votes2127 views
Hi, Because of Gamelift Gamelift Server SDK Plugin for UE not being compatible with UE 5.4 which got recently released, I am not able to update our project to the latest version of UE. Is there any...
I am following along the developer documentation to integrate my Unity project with my gamelift services and can't seem to find the proper Realtime Client SDK download location.
The instructions to...
Hello guys. I want to create a matchmaking rule for my game and to relax the player's rank after a certain time. The problem is that even if one player is level 0 and another one is level 100, a match...
We're building a (web) game using [AWS GameLift with a "Realtime server"](https://docs.aws.amazon.com/gamelift/latest/developerguide/realtime-intro.html) for the multiplayer backend.
We'd like to...
My server processes can get into a bad state, and I'd like to be able to terminate the process via the gamelift cli. Is there a way to do that? I may be missing it, but I'm not seeing anything in...