Skip to content

aaronhoogstraten/aws-sdk-unity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Mobile SDK for Unity

The AWS Mobile SDK for Unity contains a set of .NET classes that enables games written with Unity to utilize AWS services. Supported AWS services currently include: Amazon Cognito, Amazon S3, and Amazon DynamoDB. The AWS Unity SDK also contains sample code that illustrate how to call AWS services from a Unity Game.

Requirements

  • The AWS Mobile SDK for Unity is compatible with Unity 4.0 and onward, and supports both Free and Pro versions.

Highlights

  • Amazon Cognito – Amazon Cognito is a service that makes it easy to save user data, such as app preferences or game state, in the AWS Cloud without writing any backend code or managing any infrastructure. You can save data locally on users’ devices allowing your applications to work even when the devices are offline. You can also synchronize data across a user’s devices so that their app experience will be consistent regardless of the device they use.
  • Amazon DynamoDB – Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. It is a fully managed database and supports both document and key-value data models. Its flexible data model and reliable performance make it a great fit for mobile, web, gaming, ad-tech, IoT, and many other applications.
  • Amazon S3 – Amazon Simple Storage Service (Amazon S3), provides developers with secure, durable, highly-scalable object storage. The AWS Mobile SDK for Unity currently supports the following operations:
    • PostObject
    • GetObject
    • ListObjects
    • ListBuckets

Getting Started

Samples

This sample demonstrates how to securely manage and sync your game data and create unique identities via login providers.

This sample demonstrates how to create / update / delete / query items using DynamoDB Object Mapper.

The S3 sample demonstrates the following:

  • List all buckets in the AWS account
  • List all objects in the specified bucket
  • Upload an object into the specified bucket
  • Download an object from the specified bucket

About

Official repository for the AWS Mobile SDK for Unity. For more information, see our web site: http://aws.amazon.com/mobile/sdk/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%