반응형
IAP 모듈을 사용하려는데 어쩌다가 소스가 조금 더러워졌는데 그 이후로 계속해서 아래 오류가 뜨면서 IAP가 작동을 안하고 컴파일이 안된다.
Assets/MoPub/Scripts/IapManager.cs(81,53): error CS0103: The name 'StandardPurchasingModule' does not exist in the current context
Assets/MoPub/Scripts/IapManager.cs(123,37): error CS0103: The name 'GooglePlay' does not exist in the current context
서비스로 가서 IAP reimport 하라고 해도 안된다.
그럴때는 Assets/Plugins/UnityPurchasing 폴더로 가보면 3개의 unitypackage 파일이 있을터인데
그 3개의 unitypackage 파일을 전부다 불러와서 덮어씌워주자
그러면 깔끔하게 해결된다.
반응형
'Unity > 트러블슈팅' 카테고리의 다른 글
유니티 권한 요청 화면 멈춤 Timeout while trying to pause the Unity Engine. (1) | 2019.09.08 |
---|---|
Unity xocde 빌드 오류 모음 (0) | 2019.08.22 |
유니티 애드몹 오류 모음 (0) | 2019.08.01 |
유니티 빌드 오류 - Scope was not disposed! (0) | 2019.07.25 |
유니티 컴포넌트 추가 오류 Can't add script component (5) | 2019.06.27 |