본문 바로가기

Unity14

[Unity] Package Manager(패키지매니저) - Dictionary직렬화(SerializableDictionary) Dictionary를 Inspector에서 확인하고 싶을 때 난 1번만 사용해 봤고 2번은 에셋스토어에도 있길래 함께 올려본다. 1. Rain Office - Scoped Registries등록하여 사용 2. AssetStore - 에셋스토어에서 다운받아 사용 1. Rain Office - PackageManager 열기 Name Rain Office URL https://office.rain-games.com:4873 Scope(s) com.beetlecircus - Scoped Registries에서 위 내용입력 - Save 버튼 클릭 - 좌상단 메뉴를 클릭하면 My Registries가 생성된 것을 볼 수 있다. - My Registries 클릭 - SerializebleDictionary 선택 -.. 2022. 9. 16.
[Unity] iOS platform - GooglePlayPlugins error(AssetDelivery) Android로 개발한 후 iOS 플랫폼으로 변환하여 Build하는 과정에서 에러가 났다. Andoid 개발당시 구글플레이 등록하기 위해 GoogleAssetBundle을 설치했는데 iOS로 바꾸면서 해당 plugin이 오류를 일으킨 것 같았다. [ 해결방법 ] Unity의 Project 창 Asset - GooglePlayPlugins - com.google.play.assetdelivery/Samples 폴더 삭제 iOS 빌드인지라 구글플러그인과 호환되지 않아서 위에 보이는 error를 일으키는 파일 자체를 골라서 삭제하거나 GooglePlayPlugins 폴더 자체를 삭제하면 되는것 같은데 일단 Samples 폴더만 삭제하니 정상 빌드가 되었다. [ 참고한 곳 ] https://github.com/.. 2022. 6. 13.
[Unity] iOS platform - Cocoapad error Failed to install CocaPods for the current user. Window에서 Android용 App 개발을 하고 iOS용 변환작업하기 위해 Mac으로 가져왔더니 Cocoapod 오류가 떴다. iOS Resolver를 보면 4.2.6을 설치하라는 것 같은데... 기존앱에서 콘텐츠 내용만 업그레이드 했는데, 전에는 뜨지 않았던 오류가 뜬 것이다. 구글검색을 빌어 위의 오류에 대한 갖가지 대처들이 있었는데, 내가 해결했던 방법은 아래와 같다. 작업한 Unity 버전 : 2020.3.24f1(LTS) [ 해결방법 ] Asset - External Dependency Manager - iOS Resolver - Settings 위의 두 항목을 해제한다. - Use Shell to Exe.. 2022. 6. 13.
[Unity] 사진촬영, 갤러리 앨범 저장 - Plugin(Android & iOS) # yasirkula 개발자의 플러그인(Free) - Native Camera - Native Gallary [ 사진 촬영 / 스크린샷 ] [ 앨범/갤러리 저장 ] 스크린샷 촬영, 갤러리 저장 시 유용한 플러그인. 안드로이드나 iOS 기종별로 따로 작성할 필요없이 쉽게 통합구현이 되어있어서 좋다. 아래의 플러그인을 받아 개인 편의에 맞게 수정해서 사용했다. Native Camera for Android & iOS https://assetstore.unity.com/packages/tools/integration/native-camera-for-android-ios-117802 Native Camera for Android & iOS | 기능 통합 | Unity Asset Store Use the Nati.. 2022. 5. 30.