Creating New Shop Items
The ShopItemData ScriptableObject defines the items that appear in the in-game shop.
Step 1 – Create a Shop Item Scriptable
Create > SlingshotPuzzle > Shop Item
Step 2 – Assign in GameInstance
Editable Variables (ShopItemData)
🔹 Basic Info
🔹 Shop Presentation
🔹 Pricing
🔹 Visual Reference (only when ItemKind = Visual)
🔹 Booster Reference (only when ItemKind = Booster)
🔹 Currency Reward (only when ItemKind = Currency)
✅ Example Uses
Last updated