본문 바로가기
반응형

전체 글77

GADInvalidInitializationException: The Google Mobile Ads SDK was initialized without an application ID 구글 애드몹 유니티 플러그인을 설치한 후 iOS 플랫폼에서 빌드시 "GADInvalidInitializationException: The Google Mobile Ads SDK was initialized without an application ID" Error Message가 발생하면서 Crash나는 경우 && GADApplicationIdentifier ID를 설정했음에도 불구하고 Crash 발생하는 경우 iOS Plist 파일에서 GADIsAdManagerApp 값을 True로 설정한다 매번 유니티 빌드시 Plist 값을 수동으로 추가하면 안좋은 생산성을 가져온다 Unity가제공하는 OnPostProcessBuild API를 사용하면 Unity Editor에서 Build가 끝나는 시점에 생성된 X.. 2022. 2. 15.
Android 코틀린 엑셀 라이브러리 사용하기 주말에 간간히 토이 프로젝트로 전자출입 명부 앱을 만들고 있습니다. 전자출입 정보를 엑셀 파일로 추출하고 싶다는 새로운 요구 사항이 와서 안드로이드에 엑셀 파일을 생성하거나 사용하는 방법에 대해 찾아봤습니다. 확인해 보니, 아파치 소프트웨어 재단에서 만든 POI 라이브러리를 사용하면 마이크로소프트 오피스 파일을 JVM 언어 계열에서 읽고 쓰는 기능을 제공하는 것 알았습니다. 자세한 내용 : http://poi.apache.org/download.html 2022. 2. 14.
What is GraphQL? A query language for your API GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools Good Video for understan.. 2022. 2. 3.
ARFoundation Black screen 발생 하는경우 https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@4.1/manual/index.html About AR Foundation | AR Foundation | 4.1.9 About AR Foundation AR Foundation allows you to work with augmented reality platforms in a multi-platform way within Unity. This package presents an interface for Unity developers to use, but doesn't implement any AR features itself. To use AR Foundation o docs.unity3d.co.. 2022. 1. 27.
반응형