Trouble Shooting

[Unity 에러] Newtonsoft.Json.JsonSerializationException

JiHxxn 2024. 6. 22. 12:00

👏 해결 방안 1

  • 패키지가 없어서 발생하는 에러
  • Unity > Package Manager에서 add pakaage by name... → com.unity.nuget.newtonsoft-json

👏 해결 방안 2

https://github.com/Kirbyrawr/stellar-sample-unity/issues/21

 

Json serialization error on iOS · Issue #21 · Kirbyrawr/stellar-sample-unity

Might be related to #5 When using the sdk on iOS, I get a json serialization error. I tried my own code, and the code in the example scene as well. JsonSerializationException: Unable to find a cons...

github.com

https://docs.unity3d.com/Manual/ManagedCodeStripping.html

 

Unity - Manual: Managed code stripping

Managed code stripping During the build process, Unity removes unused or unreachable code through a process called managed code stripping, which can significantly decrease your application’s final size. Managed code stripping removes code from managed as

docs.unity3d.com