docs.unity3d.com
    Show / Hide Table of Contents

    Enum ProductType

    Types of a product, relevant to the store subsystem.

    Namespace: UnityEngine.Purchasing
    Syntax
    public enum ProductType

    Fields

    Name Description Value
    Consumable

    Consumables may be purchased more than once.

    Purchase history is not typically retained by store systems once consumed.

    0
    NonConsumable

    Non consumables cannot be repurchased and are owned indefinitely.

    1
    Subscription

    Subscriptions have a finite window of validity.

    2
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023