👏 해결 방안 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
'Trouble Shooting' 카테고리의 다른 글
[Unity] Probuilder 모바일 Missing (0) | 2024.06.23 |
---|---|
[Unity 에러] Building Library\Bee\artifacts (0) | 2024.06.22 |
[Unity] PlayStore AR 앱 호환 안되는 이슈 (0) | 2024.06.22 |
[Xcode] invalid signature. a sealed resource is missing or invalid (1) | 2024.05.13 |
[Unity] Crash on Android Startup (0) | 2024.05.02 |