Crashed between AWS Mobile SDK for Unity and Addressable
Hello. I'm developing an app using AWS Mobile SDK for Unity. Since there are many apps, we are trying to use resources in conjunction with S3 using Addressable among Unity packages. AWSSDK.Core is required for account information and interlocking login, but when Addressable is installed, one code crashes.
Error Message Library\PackageCache\com.unity.scriptablebuildpipeline@1.15.2\Editor\CacheServer\Client.cs(486,35): error CS0433: The type 'InvalidDataException' exists in both 'AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null' and 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=''
InvalidDataException This part cannot be fixed because the code is reflashed inside Unity, and AWSSDK.Core is a file that has already been built with DLL, so it cannot be modified.
https://forum.unity.com/threads/error-when-using-addressables-and-aws-mobile-sdk-for-unity.697352/ There was also a problem in the forum, but none of the writing was a solution.
I would like to ask if there is any other solution.
Thank you for read.
Your answer
 
             Follow this Question
Related Questions
Is it possible to use .NET libraries in Unity? 0 Answers
Decouple and outsource rendering to third party, still using unity's scenetree 0 Answers
texture composed by photos is not displayed 1 Answer
How do I replace the Ethan models? 0 Answers
Considerations for 3D Modeling - DEM files and Compatability 0 Answers