ItemDatabase
Definition
[SingletonSettings(AssetPath = "Item/Item Database")]
public class ItemDatabase : ScriptableFactoryDatabase<ItemDatabase, IItemFactory<Item, ItemData>>Remarks
Quick Lookup
Goal
How
Methods (inherited)
GetFactory (static)
Parameter
Type
Description
OnEnable (inherited, virtual)
Common Pitfalls
Examples
Spawning an Item by ID
Using ItemSpawner (higher-level API)
See Also
Last updated