Skip to content

Releases: aws/aws-gamekit-unreal

Release v2.0.0

29 Sep 22:38
Compare
Choose a tag to compare

Change List

  • Add support for Unreal Engine 5
  • Include 64 bit Android binaries
  • Fix issues with facebook login
  • Change Game Saving wrappers to take pointers (upgrading from an older version might break for this reason)
  • Change http delete requests to not use body
  • Fixed misc UI bugs

Installation Instructions
1. From the GitHub repo, download the AwsGameKitUnrealPlugin_v2.0.0.zip file
2. Follow the installation instructions.

Documentation

Release v1.1.0

05 May 16:29
Compare
Choose a tag to compare

AWS GameKit Plugin for Unreal version v1.1.0

Platforms supported: Win64, Mac, iOS, Android.

Change summary

  • Added support for iOS, Mac, and Android.
  • Performance improvements in Project Settings dialog.
  • Changed User Gameplay Data Delete API payload format.

Installation Instructions

  1. From the GitHub repo, download the AwsGameKitUnrealPlugin_v1.1.0.zip file (or AwsGameKitUnrealPlugin_v1.1.0_arm64.zip for 64bit Android).
  2. Follow the installation instructions.

Upgrade Process
If you have an existing game that uses the AWS GameKit plugin for Unreal version 1.0.0, and you have deployed AWS resources with it, follow the steps below to upgrade the plugin for your project. Please note that we recommend to deploy first to a different environment (for example Staging) and test all the features that your game uses before deleting or redeploying existing deployments.

  1. Unpack the plugin from the zip file and move the AwsGameKit directory to your Plugins directory, overwriting existing files.

If you have deployed the User Gameplay Data feature, do these additional steps;

  1. In Project Settings delete all deployed AWS resources for the User Gameplay Data feature. Detailed instructions are available here.
  2. Copy the User Gameplay Data Lambda functions directory from the newly upgraded plugin files Plugins\AwsGameKit\Resources\cloudResources\functions\usergamedata to your game project files in [Your Unreal project]\[Your AWS GameKit Game title]\[Environment]\functions\usergamedata.
  3. In Project Settings, redeploy the User Gameplay Data feature.

Documentation

Release v1.0.0

16 Mar 23:37
Compare
Choose a tag to compare

This is a snapshot of the Aws GameKit Unreal Engine plugin at version: v1.0.0