Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Unity 6 + Amazon Cognito: The Ultimate Guide 2024!
Highest Rated
Rating: 4.7 out of 5(19 ratings)
60 students

Unity 6 + Amazon Cognito: The Ultimate Guide 2024!

Build your user directory and access Lambda, S3 and DynamoDB from Unity!
Last updated 12/2024
English
English

What you'll learn

  • Integrate Amazon Cognito and Unity
  • Use Amazon Cognito as a user directory for Unity
  • Use Amazon Cognito as an authorization service for Unity
  • Use the AWS console and write functional code in Unity

Course content

4 sections39 lectures4h 5m total length
  • Preamble2:01

    Hi, and welcome to this course about Unity3D and Amazon Cognito!

  • About this course3:02

    In this lecture, I will give some details about the current course.

  • Unity3D and Amazon Cognito6:13

    In this lecture, we will have a quick reminder about Unity3D and Amazon Cognito.

  • Unity & AWS SDK for .NET4:26

    In this lecture, I will explain what is the AWS SDK for .NET and how to install it in a Unity project.

  • NEW - 10/24: Visual Studio deprecated for Mac2:09

    In this lecture, I will speak about the recent deprecation of Visual Studio for Mac.

  • NEW - 11/24: Unity 6 finally released!1:55

    Unity 6 was finally released, let's have a look at it!

  • NEW - 11/24: New AWS console look & feel and Cognito features2:24

    The AWS console and Cognito have been rebranded, let's take a look!

Requirements

  • Basic programming experience with any OOP language.
  • Basic programming experience with C# or .NET
  • Basic Unity knowledge.

Description

Hi, and welcome to this course about Unity and Amazon Cognito!


This course is divided into two main sections: using Cognito as a user directory and as an authorization service. In both sections, I will look into theoretical concepts and then provide examples of implementations with Unity. I conceived this course as a practice guide; we will learn how to use the AWS console and have hands-on activities with live coding on Unity. At the end of this course, I want you to be able to build an entire user management system with Unity and Amazon Cognito and also use Cognito to access other Amazon services such as S3, Lambda, and DynamoDB.


If you are a game developer or a cloud specialist, there are plenty of situations in which you can make Unity and Amazon Cognito work together. Imagine that you have created a successful game with Unity and want to give your players the opportunity to register and log in to it. You could achieve this by integrating your game with a Cognito user pool. In this course, we will see how to create a Cognito user pool and integrate it with Unity registering, authenticating, and deleting users, among others.


Now, imagine that your users need to access Amazon services, such as S3 or DynamoDB for example, to upload a profile picture or to save a game. Whether you allow authenticated users or anonymous users to access those services, you will need to use Amazon Cognito, this time with an identity pool. In this course, we will see how to call a Lambda function, upload a picture to an S3 bucket, and store data in a DynamoDB table from Unity.


I really hope you will enjoy this course, see you there!

Who this course is for:

  • Game Developers curious about cloud services
  • Cloud experts curious about game engines