SDK 임포트 후 빌드 에러

문의를 남기실 경우 다음 항목을 작성해 주시면 빠른 답변 처리에 도움이 됩니다.

  • 프로젝트명 : 라이즈
  • 뒤끝SDK 버전 : 5.4.4
  • 에러 코드 :

안녕하세요 이제 서버 작업을 위해서 SDK를 임포트 후 빌드하니

ArgumentException: The Assembly LitJson is referenced by Backend-2.1.0 (‘Assets/TheBackend/Plugins/Backend-2.1.0.dll’). But the dll is not allowed to be included or could not be found.
UnityEditor.AssemblyHelper.AddReferencedAssembliesRecurse (System.String assemblyPath, System.Collections.Generic.List1[T] alreadyFoundAssemblies, System.String[] allAssemblyPaths, System.String[] foldersToSearch, System.Collections.Generic.Dictionary2[TKey,TValue] cache, UnityEditor.BuildTarget target) (at <50f55621a2ca4f31a35283e2979a8bf5>:0)
UnityEditor.AssemblyHelper.FindAssembliesReferencedBy (System.String[] paths, System.String[] foldersToSearch, UnityEditor.BuildTarget target) (at <50f55621a2ca4f31a35283e2979a8bf5>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)

Backend-2.1.0이 LitJson을 참조하는데 LitJson을 찾을 수 없다는 에러가 뜨면서 빌드가 되질 않습니다.
SDK 내 LitJson.dll 파일이 포함되어 있는데 왜 이런 에러가 나는 걸까요?

안녕하세요 개발자님.

Assets 폴더 내에 있는 TheBackend 폴더를 제거 후 재임포트해주신 뒤 다시시도해주시면 감사하겠습니다.

이후 계속 같은 증상이 발생할 경우 TheBackend > Plugins에 LitJSON.dll의 설정이 Any Platform으로 되어있는지 확인해주시면 감사하겠습니다.