목차

반응형

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 파일을 전부다 불러와서 덮어씌워주자

그러면 깔끔하게 해결된다.

반응형