Hello.
After update from 2019.4.28f1 to 2019.4.40f1 this error poped up:
Assets\Store\Purchaser.cs(33,166): error CS1503: Argument 1: cannot convert from ‘UnityEngine.Purchasing.AndroidStore’ to ‘UnityEngine.Purchasing.AppStore’
var storeModule = AndroidStore.GooglePlay; var builder = ConfigurationBuilder.Instance(StandardPurchasingModule.Instance(storeModule));
How to fix this?