Select your preferred scripting language. All code snippets will be displayed in this language.
enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseCategories of purchasable product.
See Also: ConfigurationBuilder.AddProduct, ConfigurationBuilder.AddProducts, and ProductDefinition.type.
Consumable | Can be purchased repeatedly. Suitable for consumable products such as virtual currencies. |
NonConsumable | Can only be purchased once. Suitable for one-off purchases such as extra levels. |
Subscription | Can be purchased repeatedly and restored. Durable but with a finite duration of validity. |