Seems to be a conflict with NewtonsoftJSON package.
“com.unity.collections” has dependency on “com.unity.test-framework.performance” package
“com.unity.test-framework.performance” has dependency on “com.unity.nuget.newtonsoft-json 2.0.0-preview”
“com.unity.localization” has dependency on “com.unity.nuget.newtonsoft-json 1.1.2”
results in these errors:
Assembly 'Library/ScriptAssemblies/Unity.Localization.Editor.dll' will not be loaded due to errors:
Reference has errors 'Google.Apis.Sheets.v4'.
Assembly 'Packages/com.unity.localization/Editor/Plugins/Google/Lib/Google.Apis.Auth.1.45.0/Google.Apis.Auth.PlatformServices.dll' will not be loaded due to errors:
Reference has errors 'Google.Apis.Auth'.
Assembly 'Packages/com.unity.localization/Editor/Plugins/Google/Lib/Google.Apis.1.45.0/Google.Apis.dll' will not be loaded due to errors:
Google.Apis references strong named Newtonsoft.Json in a different folder, versions has to match. Assembly references: 12.0.0.0 Found in project: 12.0.1.0.
Assembly 'Packages/com.unity.localization/Editor/Plugins/Google/Lib/Google.Apis.Sheets.v4.1.45.0.1930/Google.Apis.Sheets.v4.dll' will not be loaded due to errors:
Google.Apis.Sheets.v4 references strong named Newtonsoft.Json in a different folder, versions has to match. Assembly references: 12.0.0.0 Found in project: 12.0.1.0.
Assembly 'Packages/com.unity.localization/Editor/Plugins/Google/Lib/Google.Apis.Core.1.45.0/Google.Apis.Core.dll' will not be loaded due to errors:
Google.Apis.Core references strong named Newtonsoft.Json in a different folder, versions has to match. Assembly references: 12.0.0.0 Found in project: 12.0.1.0.
Assembly 'Packages/com.unity.localization/Editor/Plugins/Google/Lib/Google.Apis.Auth.1.45.0/Google.Apis.Auth.dll' will not be loaded due to errors:
Google.Apis.Auth references strong named Newtonsoft.Json in a different folder, versions has to match. Assembly references: 12.0.0.0 Found in project: 12.0.1.0.
I’d like to use the Collections package as apparently that can boost performance of some other packages like sprite shape and 2d animation.