Stackable items count as multiple items in inventory?
In terms of playfab limits. For example, if we use a system that a user must have 100 tokens to unlock something, this tokens count as 100 inventory item even if they are the same catalog item and are stackable?
Answer by Brendan · Jun 21, 2017 at 08:31 PM
One stack counts as one item, in terms of the inventory item instance limit for players. So a single stack of one Item ID that has a RemainingUses of 100 is one item, as far as the limit is concerned.