Creating a Pickup Item in Narrative Pro
Narrative Pro has an Interactable_ItemPickup component that can be added to any object to turn it into a pickup. When the player interacts this way, we can add the object (or a representation thereof) into the player’s inventory and do all kinds of other stuff. Let me show you how to create one. We need …