[빌드에러/Unity2021] Exception: OBSOLETE - Providing Android resources in Assets/Plugins/Android/assets was removed, please move your resources to an AAR or an Android Library. See ""AAR plug-ins and Android Libraries"" section of the Manual for mor..
Unity3D/Android / 2022. 11. 23. 22:34
[Error] Error building Player: Exception: OBSOLETE - Providing Android resources in Assets/Plugins/Android/assets was removed, please move your resources to an AAR or an Android Library. See ""AAR plug-ins and Android Libraries"" section of the Manual for more details.
-------------------------------------------------------------------------------------------------
Unity 2020에서 Unity 2021로 올리고 빌드해보니 위와 같은 에러가 나온다.
Unity 2021부터 res 폴더가 Obsolete 된 건 알고 있었는데, assets 폴더도 Obsolete 됐나 보다.
가능하면 제거하는 쪽으로 하고, 써야 된다면 아래 [링크]를 참조하자.
[링크] https://codetime.tistory.com/575
[참조] Unity 2021부터 res 폴더도 Obsolete 되면서 이전에 사용하던 app_name 로컬라이징 이슈도 발생한다.
[참조 링크] https://blueasa.tistory.com/2659
반응형
'Unity3D > Android' 카테고리의 다른 글
[링크] [Unity] 안드로이드 플러그인 (Android Plugin JAR, AAR) (0) | 2022.11.24 |
---|---|
[빌드에러/Android] java.lang.UnsupportedOperationException: This feature requires ASM7 (with GoogleMobileAds) (0) | 2022.11.24 |
[링크] android 12 변경 사항 정리 (0) | 2022.11.22 |
[Tip] Android 12(API 31)에서 멀티윈도우/팝업윈도우 차단하기(꼼수) (0) | 2022.11.16 |
[펌] How can I disable multiwindow mode for an Activity in Android N+ (0) | 2022.11.15 |