'InvalidDataException' exists in both 'AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null' and 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' - This is the error that appears when I import any package of AWS SDK into my unity project. Every steps in AWS SDK is followed correctly. Is there any suggestion to overcome this error? Or any other methods to make connection between AWS and unity? Feedbacks are welcomed.
Asked
Active
Viewed 142 times
1 Answers
0
I've never used AWS, but have been using Firebase for years and have encountered that error several times. A solution I think is to delete one of the two: either "AWSSDK.Core" or "netstandard". Since they are both critical to you, try the alternative route: Does that message refer to some script where that property is called? Could you cast that line of code? Also check if AWSSDK.Core is up to date.
if you think my answer helped you, you can mark it as accepted and vote positively. I would very much appreciate it :)

iFralex
- 591
- 1
- 2
- 9