
이어서 질문입니다.
스크립트 붇이기 오류가 떠서 일단 unity를 종료하고 다시 불러오니, 안전모드로 작동시키라는 메시지.
안전모드로 들어가니 showoptions(?)가 문제가 된다고 하여 스크립트 에서 Showoptions(or showresult)를 삭제하고 작동시킨 후
adsManager에 스클비트를 붙이고 작업을 진행했는데 , adManager.cs코드를 복사하여 붙이고 Advertisement에 빨간 줄이 있어 동영상
대로 alt+enter 를 했더니 using UnityEngine.Advertisements; 가 생성되지 않고 public object Advertisement { get; private set; }가
입력되고 Initialize(gameId, true);, if (Advertisement.IsReady()), { resultCallback = ResultAds };, Advertisement.Show(adType, options);등에 빨간밑줄이 그어집니다.
저장하고 unity로 가서 실행시키니 어마무시한 에러메시지가 떠서 손을 댈 수가 없습니다...


