suriyun-production / bomber-io-docs

This is document for Bomber IO project (https://www.assetstore.unity3d.com/#!/content/102515?aid=1100lGeN)
https://suriyun-production.github.io/bomber-io-docs/
0 stars 0 forks source link

Assets\BomberIO\Monetization\Scripts\IapProductData.cs(15,12): error CS0246: The type or namespace name 'ProductCatalogItem' could not be found (are you missing a using directive or an assembly reference?) #10

Closed Yum1962 closed 3 years ago

Yum1962 commented 3 years ago

Assets\BomberIO\Monetization\Scripts\IapProductData.cs(15,12): error CS0246: The type or namespace name 'ProductCatalogItem' could not be found (are you missing a using directive or an assembly reference?) how to solve? thanks in advance

MrBeros commented 3 years ago

Had the same issue. Easy fix....follow the documentation.

  1. New project
  2. Enable Unity Purchase and Ads and import everything needed
  3. Import Adversement package from Package Manager (not sure with the names)
  4. Go to Player settings and add UNITY_PURCHASING;UNITY_ADS
  5. Import Bomber.io asset
  6. Should work, for better explaining, look in the documentation ;)
Yum1962 commented 3 years ago

@MrBeros work thanks 👍