AWS’s Unity SDK with modified example files.
Prerequisites
Aws Sdk Languages
Unity Download Sdk
Unity 2018.3.14f1 (or any version of Unity 2018 should work).A private S3 bucket. Go to this link for a tutorial on how to make one: https://uberact.com/blog/2019/5/3/tutorial-setting-up-aws-s3-and-installing-the-aws-mobile-sdk-for-unity-using-the-s3-exampleA demo AssetBundle can be found in Assets/AssetBundles.
Installing
By downloading AWS Mobile SDK for Unity3D the Rekognition Amazon is absent, although it contains some other different sdks (S3, Lambda and others). Through the nuget I can’t get SDK in Unity3D, because it’s in conflict with Core. I would highly recommend NOT using the AWS Mobile SDK for Unity. Especially if you plan on deploying to Android as the SDK does not support Android arm64 builds (which is now required by Google).
Open the project in Unity. Select the 2D view. Find the example scene and open it.
Select the S3 GameObject and enter the information on S3Example.cs. Go to the link above if you need help finding the information.