docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Stores

    Overview

    A Store is a catalog item providing a subset of the transaction catalog.

    If your game uses multiple stores each with a different list of products, this catalog item is the one you'll use to create those lists.

    You can define multiple stores to display a different set of products, depending on the types of purchase. For example, you can create a 'in-game shop' with virtual purchases, or an 'IAP store' with in-app purchase items.

    If you want to personalize the content in the store, you can also use multiple store setup for different situation of the player, e.g. according their level, their location in the game, their character, etc.

    A Store contains a list of transaction objects (Virtual Transactions and IAP Transactions).

    Editor Overview

    Open the Store window by going to Window → Game Foundation → Store. The Store window will let you configure Stores.

    An overview of the Store Window

    The interface is similar to the other catalog items editor.

    (1) The Store Transactions section list all transactions available in the store. The Visible checkbox next to the product is a way to avoid the transaction items from being added to the list of products at runtime, without having to remove it explicitly from the list. In other words, it is a soft way to remove a product.\

    (2) Use the Other Available Transactions section to populate the Store Transactions list with the transactions defined in the Virtual Transactions and IAP Transactions.

    In This Article
    Back to top
    Copyright © 2024 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)