Setting Up the AWS Mobile SDK for Unity is an important step in creating AR applications.
To get started with the AWS Mobile SDK for Unity, you can set up the SDK and start building a new project, or you can integrate the SDK with an existing project. You can also clone and run the samples to get a sense of how the SDK works.
Prerequisites
Before you can use the AWS Mobile SDK for Unity, you will need the following:
An AWS Account
Unity version 4.x or 5.x
Unity 4.6.4p4 or Unity 5.0.1p3 is required if you want to write applications that run on iOS 64-bit
After completing the prerequisites, you will need to do the following to get started:
Download the AWS Mobile SDK for Unity.
Configure the AWS Mobile SDK for Unity.
Obtain AWS credentials using Amazon Cognito.
Step 1: Download the AWS Mobile SDK for Unity
First, download the AWS Mobile SDK for Unity. Each package in the SDK is required to consume the
Open the Unity editor and create a new empty project, use the default settings.
Select Assets = Import Package = Custom Package.
In the Import package dialog, navigate to and select the .unitypackage files you want to use.
In the Importing package dialog, ensure all items are selected and click Import.
Step 2: Configure the AWS Mobile SDK for Unity
Create a Scene
/ @globalmindsetuniversity1