Closed umutkutlu closed 1 year ago
I just disabled TezosUnitySDK.Newtonsoft.Json.dll and Newtonsoft.Json.dll, waiting for your confirmation to remove @k-karuna @m-kus . Added jilleJr's Newtonsoft.Json v13.0.1, fixes the issue.
I checked editor, win standalone IL2CPP and WebGL, everything works fine on both Unity 2021.3.21 and 2022.3.4
Definition
Builds fail with the following error: Fatal error in Unity CIL Linker Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null'
OS: Windows 10 Unity version: 2021.3.23f1 SDK version: 1.5.1 Target platform: Windows Standalone
Steps To Reproduce
v1.5.1
from package managerDemo Example
scene to Build SettingsIL2CPP
by navigating toEdit/Project Settings/Player/Other Settings
Possible Solution
Newtonsoft.Json.dll v13.0.0 does not support IL2CPP, changing current one to jilleJr's Newtonsoft.Json v13.0.1 should fix the issue.