Search Unity

Services (AssetStore) Package vs Package Manager

Discussion in 'Unity IAP' started by pixelsplit, Jan 27, 2020.

  1. pixelsplit

    pixelsplit

    Joined:
    Sep 16, 2013
    Posts:
    173
    Hi,

    we are a bit confused about the Unity InApp Stuff being available via three locations:
    1. Services window
    2. Assetstore
    3. Package Manager

    What is even more confusing is the fact that the version number in the package manager is completely different then elsewhere. Where do we get the most recent version and where will the most recent updated versions be?

    Best regards
    Bennet
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Yes, it is a bit confusing and we are working to improve it. You will want to install IAP via the Service window, which will in turn import the Asset package. The Purchasing package in Package Manager should already be present.
     
  3. pixelsplit

    pixelsplit

    Joined:
    Sep 16, 2013
    Posts:
    173
    So both are needed? Just out of curiosity - what does the package manager package handle and what the asset package?
     
    Last edited: Jan 27, 2020
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Yes, both are needed. The asset package has store specific code, and the package manager package contains a common library. We are planning in the future to combine them into a single Package Manager package.
     
    pixelsplit likes this.