
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
맥OS환경입니다. 광고 붙이기 adManager.cs에서 IsReady()와 resultCallback을 찾지 못합니다.


이전 자료를 보니 버전을 내리면 된다고 하신거 같은데 해당 메뉴에서 삭제 후 하위 버전으로 설치하는 방법을 모르겠습니다.
작성한 코드 및 에러 메세지
Assets/Scripts/adsManager.cs(32,27): error CS0117: 'Advertisement' does not contain a definition for 'IsReady'
Assets/Scripts/adsManager.cs(34,53): error CS0117: 'ShowOptions' does not contain a definition for 'resultCallback'
--------------------------------------------------------------------------------------------
ads package 버전은 방법을 찾아서 3.7.5로 변경했습니다
근데 다음과 같은 에러가 납니다

Assets/Scripts/adsManager.cs(34,53): error CS0117: 'ShowOptions' does not contain a definition for 'resultCallback'
Assets/Scripts/adsManager.cs(35,40): error CS1503: Argument 2: cannot convert from 'ShowOptions' to 'UnityEngine.Advertisements.ShowOptions'
