question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Newtonsoft.Json libraty reference update needed.

See original GitHub issue

I have just updated my project to Unity 2020.1.0a23 and have got the following error:

Assembly 'Assets/Plugins/QuickSheet/GDataPlugin/Editor/Google/Google.GData.Client.dll' will not be loaded due to errors:
Google.GData.Client references strong named Newtonsoft.Json, versions has to match. Assembly references: 4.0.5.0 Found in project: 6.0.0.0.

So it seams that the reference and/or an assembly has to be updated in the source code to a newer version. And thanks for the great asset!

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:2
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
kxingkingcommented, Aug 2, 2021

Solved 0 delete ‘Assets/QuickSheet/GDataPlugin/Editor/Google/Newtonsoft.Json.dll’ 1 uncheck ‘Assembly Version Validation’ in ProjectSetting/Player/OtherSettings

Sorry to answer so late.

@kimsama @maxklimenok @Personuo

0reactions
Personuocommented, Sep 16, 2020

omg, when I upgraded my project to 2020, this tool doesn’t work!

Sorry for the inconvenience. It’s a known issue and looks like it might need the update of Google SDK.

It’s really need gdata?
I found a tool named dataBox in unity asset store, it’s can download sheet file,but not used gdata

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not load file or assembly 'Newtonsoft.Json' or one of ...
To solve this, I ensured all my projects used the same version by running the following command and checking the results: update-package ...
Read more >
Json.NET - Newtonsoft
Json.NET is a popular high-performance JSON framework for .NET. ... If you need it, Json. ... Json.NET documentation is the first place to...
Read more >
Using Newtonsoft.Json in a Visual Studio extension
The version of Newtonsoft.Json will be updated in VS when a internal component needs it. Then we will update Newtonsoft.Json to the latest ......
Read more >
Newtonsoft Json package
I am receiving this error when importing a dll which references the unity newtonsoft library. This seems to be because Unity is looking...
Read more >
Migrate from Newtonsoft.Json to System.Text.Json - .NET
Json namespace provides functionality for serializing to and deserializing from JavaScript Object Notation (JSON). The System.Text.Json library ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found