유니티 전면 광고 적용
·
Unity
전면 광고 | Unity | Google for Developers이 페이지는 Cloud Translation API를 통해 번역되었습니다. 전면 광고 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. 전면 광고는 호스트 앱의 인터페이스를 가developers.google.comhttps://developers.google.com/admob/unity/interstitial?hl=ko위 사이트에 나와있는대로 따라하면 쉽게 전면 광고를 적용하는 방법을 알려준다ShowInterstitialAd() 함수를 원할때 호출하면, 전면 광고를 띄울 수 있다 using System;using UnityEngine;using GoogleMobileAds.Api;public class ..