Skip to content

Releases: aws/aws-gamekit-unity

Release v1.0.1

28 Sep 17:09
Compare
Choose a tag to compare

Bug Fixes:

  • Adding more descriptive error messages when deploying with S3 bucket issues
  • Fixing Issue with uploading achievements from file
  • Properly notifying GameKit features about OnApplicationQuit
  • Fixing Issue with duplicate Achievement icons
  • Clarifying ReadMe
  • Adding loading spinners in example games
  • Fixing exceptions from NavMesh in User Gameplay Data sample game

Release v1.0.0

31 Aug 03:10
Compare
Choose a tag to compare

AWS GameKit is a solution that allows game developers to deploy and customize game backend features directly from a game engine. AWS GameKit comes with AWS CloudFormation templates for each feature that incorporate an architecture design based on the AWS Well-Architected Framework to deliver secure, high-performing, resilient, and efficient infrastructure for a game backend.

AWS GameKit for Unity provides tools for these cloud-based features:

  • Identity and Authentication: Create unique identities for each player and allow players to sign into your game. Verify player identities and manage player sessions.

  • Achievements: Track and display game-related rewards earned by players.

  • Game State Cloud Saving: Maintain a synchronized copy of player game progress in the cloud to allow players to resume gameplay across sessions.

  • User Gameplay Data: Maintain game-related data for each player, such as inventory, statistics, and cross-play persistence. Use this feature in online or offline mode.

Get AWS GameKit for Unity
Download the AWS GameKit package for Unity and use the Unity Package Manager to add the tarball to a Unity project.

Get the AWS GameKit sample Unity project
Download the sample game project and open in the Unity Editor. The project contains four sample games that demonstrate each AWS GameKit feature, as well as UI assets and C# code examples.

Get Prebuilt Libraries for the AWS GameKit for Unity
Download the release libraries for all platforms. Contains libraries for Win64, MAC, iOS, and 32bit Android. These libraries are built from v2.0.0 of the AWS GameKit C++ SDK.

Read the AWS GameKit Guide for Unity Developers
Learn about how AWS GameKit works and get help with integrating cloud features into your Unity projects.

Additional release notes and known issues can be found here