Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.3 KB

readme.md

File metadata and controls

31 lines (19 loc) · 1.3 KB

AWS Mobile SDK for Unity Samples

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

This sample Unity project shows how to save game data to the cloud and access it accross devices using Cognito Sync.

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

The Mobile Analytics sample demonstrates the following:

  • How to integrate Mobile Analytics client with your app
  • Create and use custom event
  • Create and use monetization event
  • Record and send events to server