Nerd For Tech
Published in

Nerd For Tech

Getting Started with AWS for Unity

To get started with using AWS for Unity you can go to the documentation for the prerequisites for using AWS.

You will need to have an AWS account so you will need to sign in or follow the link to create your account.

Once you are signed in or have created your account you can click the link to download the zip file containing the packages you need to use AWS.

You can create a new folder in your files and unpack the zip file that you downloaded.

I will be using the AWSSDK.S3.3.3.113.2.unitypackage. To do this you will import a custom package in your unity project. Find the package you want to download in the AWS file you created and open and import the package to unity.

With the package installed create a new empty game object called the AWS_Manager. You will attach a new C# script called AWS Manager to the game object.

You will open the script and use the Amazon namespace to initialize AWS using the void Awake method.

The last thing to do is to set up a new identity pool using Amazon Cognito. Click the link in the documentation to get started.

Click the manage Identity Pools button.

Click create new identity pool.

You will create a name and decide if you want to allow unauthenticated accounts to have access.

Create the pool and allow access to the unauthenticated and authenticated accounts.

Once you allow you will be ready to start using the AWS services in Unity.

--

--

NFT is an Educational Media House. Our mission is to bring the invaluable knowledge and experiences of experts from all over the world to the novice. To know more about us, visit https://www.nerdfortech.org/.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store