Working with Purchasable Items
Last updated
Last updated
This guide covers everything you need to know about Purchasable Items, including how to create new ones and modify existing ones.
To create a new Chest, navigate to InventoryPro_ADD_ON > Prefabs. Here you´ll find the Purchasable Item Prefab.
You can drag & drop this Prefab into your scene.
When selecting the Purchasable Item, you´ll see a PurchasableItem
component attached to it. Here´s where you can customize and adjust your preferences.
Among the different customization settings, you´ll see "ItemToPurchase". This is an Item_SO Reference for the Item that will be purchased. You can also set the the price and the Minimum Level Required for the Player to be able to purchase the Item. If this value is set to 0, the player can access this purchasable Item by default.
To modify a Purchasable Item you should first have a Purchasable Item in your scene. If you don´t have a Purchasable Item yet, please refer to Items