Search Unity

Question IAP Not found!

Discussion in 'Editor & General Support' started by Rachan, Jun 5, 2022.

  1. Rachan

    Rachan

    Joined:
    Dec 3, 2012
    Posts:
    782
    Hi there!

    I working with my game and I want to add IAP in my game
    But I cannot found IAP catalog in my project, what happen?

    basically it should in Window > Unity IAP > IAP Catalog right?
    But it not have. please see this screenshot.



    anyone used to has this issue?
    Thanks!!!
     
  2. spiney199

    spiney199

    Joined:
    Feb 11, 2021
    Posts:
    7,931
    Have you installed the package for it?
     
    Rachan likes this.
  3. Rachan

    Rachan

    Joined:
    Dec 3, 2012
    Posts:
    782
    Yes I already imported the package and it can use IAP Button slso. if I want to open IAP catalog I have to click on IAP Button component instead of in menu, it very inconvenient.
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    @Rachan You would be strongly advised not to use Codeless, I believe we've discussed before. Use Scripted IAP instead. And the IAP Catalog is really only used once, when you first set up your products. You should not change your products once you sell one, only add new products. But to your question, IAP is now under Services top level menu. Instead of Codeless, start with this sample Scripted IAP project and get it working with no changes first https://forum.unity.com/threads/sample-iap-project.529555/#post-7922275
     
    tarek05 likes this.