Unity_개발일지_02-1

홍신영·2024년 9월 10일
0

Unity

목록 보기
4/62

유니티 광고 넣기

  1. Widow - General - Services - Advertisement Legacy 설치
  2. Configure - Services - Members- Dashboard
  3. 하면 Unity Cloud에 와진다.

  4. Unity Ads를 추가
  5. 광고활성화를 해준다.
  6. Setup Guide를 참고
    https://docs.unity.com/ads/en-us/manual/UnityDeveloperIntegrations

위 링크에서
1. Initializing the SDK in Unity
2. Implementingrewarded ads in Unity
의 코드를 복사하여 활용.
3. 2번중 OnUnityAdsShowComplete부분에 광고를 다 본 후 원래 게임 씬으로 이동하는 로직추가
//SceneManager.LoadScene("MainScene");
4. 1번에서 android, ios id는 unity cloud - unity ads - setting - gameID에 있으니 복붙.
5. 테스터 모드 끄기

  1. 끝.
profile
게임 클라이언트 개발자

0개의 댓글