AWS DynamoDB with Serverless backend integration in Unity
User registration and login along with updating and retrieving values on the database
NodeJS backend system for AWS Lambda
Made by referring to this youtube video by Felix Yu
Make use of the AWSUnityIntegration.pdf file to get started with setting up the database and serverless backend on AWS.
Log into AWS console to make use of the many different services.
A simple Unity project with register, login and profile UI panels
Also has the WebHandler script which sends respective UnityWebRequests to the AWS API Gateway
Unity Version 2021.3.9f1
AWSUnity_Demo.mp4
Added two new endpoints
- Update
Update allows user to update their score from the profile panel - Score
Score gives user the ability to retrieve their score on demand