aws-samples / aws-sdk-unity-samples

This repository has samples that demonstrate various aspects of the AWS Mobile SDK for Unity, you can get the SDK source on Github (https://github.com/aws/aws-sdk-net)
Other
161 stars 107 forks source link

Does the AWS Mobile SDK for Unity have support for Amazon Rekognition? #42

Closed knightcube closed 4 years ago

knightcube commented 4 years ago

I have installed the AWS SDK for Unity plugin following the steps from here but I do not know how to access Amazon Rekognition in my script. Is it not included as a package in the SDK?

ezgif-7-2df21f93e9f7

richardmcclellan commented 4 years ago

The Unity SDK is not under active development, and no new features are planned. We recommend using the AWS .NET SDK when building a game in Unity. With the transition to .NET Standard and use of version 3.5 of the AWS SDK for .NET binaries, Unity customers will have access to all services offered by AWS at the same time and at the same support level as all other supported platforms. Read here for more information: https://aws.amazon.com/blogs/developer/aws-sdk-for-net-v3-5-preview/ https://aws.amazon.com/blogs/gametech/how-to-integrate-the-aws-net-sdk-for-games-using-csharp/ https://aws.amazon.com/blogs/developer/referencing-the-aws-sdk-for-net-standard-2-0-from-unity-xamarin-or-uwp/