Special considerations for Unity support (original) (raw)

When using the AWS SDK for .NET and .NET Standard 2.0 for your Unity application, your application must reference the AWS SDK for .NET assemblies (DLL files) directly rather than using NuGet. Given this requirement, the following are important actions you will need to perform.

<linker>  
    <assembly fullname="AWSSDK.Core" preserve="all"/>  
    <assembly fullname="AWSSDK.DynamoDBv2" preserve="all"/>  
    <assembly fullname="AWSSDK.Lambda" preserve="all"/>  
</linker>  
Note

In addition to these special considerations, see What's changed for version 3.5 for information about migrating your Unity application to version 3.5 of the AWS SDK for .NET.

Accessing credentials and profiles in an application

Xamarin support

Did this page help you? - Yes

Thanks for letting us know we're doing a good job!

If you've got a moment, please tell us what we did right so we can do more of it.

Did this page help you? - No

Thanks for letting us know this page needs work. We're sorry we let you down.

If you've got a moment, please tell us how we can make the documentation better.