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

Incompatible with UWP #22

Open markval opened 7 years ago

markval commented 7 years ago

In Unity while building for Windows Univeral 10.

Error: type System.Runtime.Serialization.SerializationInfo doesn't exist in target framework

Among others, SerializationInfo does not exist in WP8 or WinRT. There's a need to create a dll for the Editor and another one for UWP probably using .NET core..

Affected: AWSSDK.Core.dll AWSSDK.S3.dll AWSSDK.CognitoIdentity.dll

minbi commented 7 years ago

Thank you for bring this to our attention.