Class GameFoundationSettings
Game Foundation settings for runtime implementation and serialization.
Inherited Members
Namespace: UnityEngine.GameFoundation
Syntax
public class GameFoundationSettings : ScriptableObject
Properties
ProcessBackgroundPurchases
Indicates whether in-app purchases other than the current purchase in progress will be fulfilled and finalized automatically. This covers things like restored purchases and purchases that were delayed for some other reason such as a crash.
Declaration
public static bool ProcessBackgroundPurchases { get; }
Property Value
Type | Description |
---|---|
Boolean |
purchasingEnabled
Indicates whether Game Foundation With IAP is enabled.
Declaration
public static bool purchasingEnabled { get; }
Property Value
Type | Description |
---|---|
Boolean | True if UNITY_PURCHASING_FOR_GAME_FOUNDATION has been enabled for the project. |