Error using AWS CognitoIdentity in Unity 2021.3.7 IL2CPP with Scripting Backend #2121
-
I'm trying to setup AWS Cognito in an Android project. I am able to use the library fine when using Mono, but it breaks with the below error when using IL2CPP as my scripting backend. The error occurs in both NuGet installation as well as installation through the repository following the steps in the official blog
I have tried following the below sources to fix it, but nothing seems to help
How can I setup the AWS Cognito Identity SDK to run in `Unity 2021.3.7 with Il2cpp as Scripting Backend? Repro repo: https://github.com/reeganroy/unitycognitoerror More information
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@reeganroy I'm unsure if it would help, could you please try including |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@reeganroy I'm unsure if it would help, could you please try including
<assembly fullname="System.Configuration" preserve="all"/>
inlink.xml
and see if it resolved the issue.