Class GameFoundationDatabase
This consolidates all catalogs into one asset.
Implements
Inherited Members
Namespace: UnityEngine.GameFoundation.CatalogManagement
Assembly: solution.dll
Syntax
public class GameFoundationDatabase : ScriptableObject, ICatalogConfigurator
Properties
Name | Description |
---|---|
currencyCatalog | A reference to an Currency catalog |
inventoryCatalog | A reference to an inventory catalog |
statCatalog | A reference to a stat catalog |
storeCatalog | A reference to an Store catalog |
transactionCatalog | A reference to an Transaction catalog |
Methods
Name | Description |
---|---|
Awake() | Verifies the catalogs. |
CreateDefaultData() | Creates a default data structure for a new player. |