Working with Shops
This guide covers everything you need to know about Shops, including how to create new ones and modify existing ones.
How to Add a new Shop
To create a new Chest, navigate to InventoryPro_ADD_ON > Prefabs. Here you´ll find the Chest prefab:

You can drag & drop this Prefab into your scene.
How to Modify Shop Items
To modify a Shop you should first have a Shop in your scene. If you don´t have a Shop yet, please refer to How to Add a new Shop
When selecting the Shop, you´ll see a Shop component attached to it. Here´s where you can customize and adjust your preferences.

Among the different customization settings, you´ll see "Shop Items". This is a list of ShopItemData that contains all the available Items for purchase.
For each entry in this list, you´ll be able to select the Item for sale, the stock available ( Amount of that Item that can be sold. Once the shop runs out of stock, no more can be bought ), 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.

Last updated