|
1 | 1 | # AWS Mobile SDK for Unity Samples
|
2 | 2 |
|
3 |
| -## [Cognito Sync Sample](https://github.com/awslabs/aws-sdk-unity-samples) |
| 3 | +## [Cognito Sync Sample](https://github.com/awslabs/aws-sdk-unity-samples/tree/master/Cognito%20Sync) |
4 | 4 |
|
5 | 5 | This sample snippet demonstrates how to securely manage and sync your game data and create unique identities via login providers.
|
6 |
| - |
7 |
| -## [Cognito Sync Unity Project](https://github.com/awslabs/aws-sdk-unity-samples) |
| 6 | + |
| 7 | +## [Cognito Sync Unity Project](https://github.com/awslabs/aws-sdk-unity-samples/tree/master/Cognito%20Sync%20Demo%20Project) |
8 | 8 |
|
9 | 9 | This sample Unity project shows how to save game data to the cloud and access it accross devices using Cognito Sync.
|
10 |
| - |
11 |
| -## [DynamoDB Sample](https://github.com/awslabs/aws-sdk-unity-samples) |
12 |
| - |
| 10 | + |
| 11 | +## [DynamoDB Sample](https://github.com/awslabs/aws-sdk-unity-samples/tree/master/DynamoDB) |
| 12 | + |
13 | 13 | This sample demonstrates how to create / update / delete / query items using DynamoDB Object Mapper.
|
14 | 14 |
|
15 |
| -## [S3 Sample](https://github.com/awslabs/aws-sdk-unity-samples) |
16 |
| - |
| 15 | +## [S3 Sample](https://github.com/awslabs/aws-sdk-unity-samples/tree/master/S3) |
| 16 | + |
17 | 17 | The S3 sample demonstrates the following:
|
18 | 18 |
|
19 | 19 | * List all buckets in the AWS account
|
20 | 20 | * List all objects in the specified bucket
|
21 | 21 | * Upload an object into the specified bucket
|
22 |
| -* Download an object from the specified bucket |
23 |
| - |
24 |
| -## [Mobile Analytics Sample](https://github.com/awslabs/aws-sdk-unity-samples) |
25 |
| - |
| 22 | +* Download an object from the specified bucket |
| 23 | + |
| 24 | +## [Mobile Analytics Sample](https://github.com/awslabs/aws-sdk-unity-samples/tree/master/Mobile%20Analytics) |
| 25 | + |
26 | 26 | The Mobile Analytics sample demonstrates the following:
|
27 | 27 |
|
28 | 28 | * How to integrate Mobile Analytics client with your app
|
29 | 29 | * Create and use custom event
|
30 |
| -* Create and use monetization event |
31 |
| -* Record and send events to server |
| 30 | +* Create and use monetization event |
| 31 | +* Record and send events to server |
0 commit comments