본문 바로가기
728x90
반응형

프로그래밍/Unity4

유니티 안드로이드 빌드 * 에러 메시지 JDK not found Java Development Kit (JDK) directory is not set or invalid. Please, fix it in Preferences -> External Tools * UnityHub -> Add modules * Android Build Support 체크 2022. 11. 22.
안드로이드 앱 서명 체크 * 명령어 keytool -printcert -jarfile ~/Downloads/Android.aab ​ * keytools Android SDK path에 있다. 버전마다 path가 다를 수 있다. ex) /Applications/Unity/Hub/Editor/2021.3.6f1/PlaybackEngines/AndroidPlayer/SDK/build-tools/30.0.2 ​* 결과 2022. 11. 22.
유니티엔진 패키지 매니저로 Newtonsoft.Json 설치 오랜만에 유니티를 설치해서 프로젝트를 진행하고 있습니다. 이전 소스들을 열어서 최신 버전으로 컨버팅 해서 개조 중인데 에러를 무지 뿜고 있습니다. 가장 저를 짜증 나게 하고 있는 건 Newtonsoft.Json입니다. 기본 프로젝트는 Newtonsoft.Json을 추가해서 쓰고 있었는데 에러를 없애기 위해서 유니티에서 제공하는 것을 쓰기로 했습니다. Package Manager를 열고 Add package by name 을 누릅니다. 패키지 네임(com.unity.nuget.newtonsoft-json)과 버전을 추가하고 Add를 누릅니다. 패키지 버전에 따라 Newtonsoft.Json이 다릅니다. https://docs.unity3d.com/Packages/com.unity.nuget.newtonso.. 2022. 6. 1.
Assembly Version Validation can be disabled in Player Settings "Assembly Version Validation" Unity 2021.3.2f1 에러 메시지 : Assembly 'Assets/Plugins/BakingSheet/Editor/Google/Google.Apis.Drive.v3.dll' will not be loaded due to errors: Google.Apis.Drive.v3 references strong named Newtonsoft.Json Assembly references: 12.0.0.0 Found in project: 13.0.0.0. Assembly Version Validation can be disabled in Player Settings "Assembly Version Validation" "co 2022. 5. 29.
728x90
반응형