Ask a Question

Ask a Question
ANSWERED

Curency SKUs

I'm trying to create a store listing, I have the currency and sku created. In the listing, I put in sku for the Type field. What do I put into the listing Symbol field? It says reference must be one of [currency, skus] I typed in the name (content ID) of one of our skus but the error note doesn't clear.

ANSWERED
ANSWERED
ANSWERED
ANSWERED
ANSWERED
ANSWERED
ANSWERED
ANSWERED

Item List Details

Hello, we are trying to get the data of some items by returning a list from the microservice. However, it gets the items, gets their ID, their created/updated at, but the item content and the Properties are gone. Is that a bug or is there a workaround around this? Our microservice is returning a list of items from a client callable, and when we get the list in the Unity runtime, it shows up as described.

ANSWERED

Building a crafting system with stackable items

In a game, there is a crafting system where players can stack items and consume them to level up the item.