Inspector Fields

FieldTypeDescription
itemsItemsReferencesThe ScriptableObject containing every item in the game, grouped by type. See ItemsReferences.

Static Properties

PropertyTypeDescription
currentDatabaseManagerSingleton instance. Available after Awake.
ℹ️
On Awake, DatabaseManager uses reflection to group items from the assigned ItemsReferences by type and builds internal type-specific lookup tables. This makes item queries by type fast during gameplay. You do not need to call any initialization method — assigning the asset in the Inspector is sufficient.