This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
[Bug] "Could not load file or assembly" when using third-party libraries #26
Labels
bug:builing
Building in Unity fails due to bug
bug
Something isn't working
duplicate
This issue or pull request already exists
Thank you for your hard work.
I have problem with this package when I try to plug google.apis.sheets.v4 with Unity 2019.2.13.
Error: Could not load signature of Google.Apis.Auth.GoogleJsonWebSignature+<>c:<GetGoogleCertsFromJson>b__16_0 due to: Could not load file or assembly 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. assembly:Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed type:<unknown type> member:(null) signature:<none>
(And this is the point I don't get it why higher version is not working)
Google.Apis.Core
andGoogle.Apis.Auth
The only solution that worked I found was;
Since working dll is untouched, I guess I would face AOT problem later.
I wonder if there's any workaround or backport / net2.0 support may solve this problem.
Thanks again for your time and effort.
Originally posted by @tsweeper in #16 (comment)
The text was updated successfully, but these errors were encountered: