[Solved] Unhandled Exception compiler error when disabling IAP Service

I’m sort of in a really awkward position here. I’m using Unity Analytics and I dig it, but I’m not ready to switch over my IAP to Unity’s version quite yet.
After some testing I’ve decided to turn it off, however immediately after disabling it I receive the following console error that doesn’t go away and is basically crippling the project.

Whaaaaat do I do??

Discovered via this thread that deleting the files the IAP Service imports (Plugins/UnityPurchasing) is required to get rid of this error. Makes sense I suppose, but it would be great if this failed more gracefully?

The way Unity IAP is distributed may change in future. For now deleting the files resolves this as you state.

Could you please tell me which files exactly need to be deleted?

Edit: I deleted and re imported the plugins folder and that appears to have resolved the issue for now. But I’ll be back if the issue resurfaces (which I have a bad feeling it might).

Assets/Plugins/UnityPurchasing

1 Like