본문 바로가기
반응형

Unity26

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.
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.
iOS에서 Unity library 로 사용하기 https://medium.com/pinkfong/ios%EC%97%90%EC%84%9C-unity%EB%A5%BC-%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%9F%AC%EB%A6%AC%EB%A1%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-2f3d5b9f081d 2022. 1. 16.
What is the Unity as a library(uaal) Uaal이란?Unity에서는 Unity 2019.4 이상의 버전을 사용하면 Unity를 라이브러리로 사용하여 Unity 런타임과 콘텐츠를 통합하고 iOS/Android의 기본 플랫폼 앱에서 실행할 수 있고 증강 현실(AR), 3D/2D 실시간 렌더링, 2D 미니 게임과 같은 기능을 모바일 앱에 바로 추가할 수 있습니다. Unity에서는 아래의 2개의 Uaal example project를 제공합니다github.com/Unity-Technologies/uaal-exampleUnity-Technologies/uaal-exampleContribute to Unity-Technologies/uaal-example development by creating an account on GitHub.github.com.. 2021. 5. 2.
반응형