docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    UDP Package

    How do I get the UDP Package?

    From the Package Manager

    From the Unity Editor’s top menu: Window > Package Manager: img

    Select the tab All and look for Unity Distribution Portal: img

    General info on the Package Manager can be found here.

    From the Asset Store

    No access to Unity Package Manager? No problem.

    Download the UDP Package from the Unity Asset Store and install it in your project.

    Editor UI elements for UDP implementation via UDP Package

    So you installed the UDP Package.

    You should ONLY have “Unity Distribution Portal” in the Window menu.

    (as in, you should NOT have Window > Unity IAP)

    img

    Everything you need is in the UDP Settings inspector window:

    Window > Unity Distribution Portal > Settings img

    The IAP Catalog for UDP is directly included in the UDP Settings window: img

    Make sure that when you add / change IAP Products, you save them to the UDP Console by using the PUSH functions:

    img

    The top Push button will sync everything with the UDP console (all IAP Products, Game Title, Settings, Test Accounts)

    The Product-specific Push will only sync the information about that IAP Product.

    The top Pull button will retrieve the latest UDP Settings that were saved on the UDP Console (all IAP Products, Game Title, Settings, Test Accounts). It will also override any unsaved inputs in your Editor window.

    Don’t forget to PUSH your IAP Product changes once you’re done, and BEFORE you go on to build your game client.

    Keep an eye out for any unsaved changes: img

    The “edited” label disappears once your IAP Product is synced.

    Remember that in the case of an implementation via UDP Package, you need to explicitly implement in your game the IAP-related steps explained in this section of the UDP Documentation.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)