Currency Pack

Currency pack allows you to create sets of in-game currencies for further purchase by the player using IAP

Open "Currency pack" editor

Click "Add new pack"

Pack ID - Unique id for currency pack.

Title - Full name of the pack

Description - Description of the pack

Select the currency you want to add to the set and click "Add currency"

Additional settings are also available

Custom Data - Allows you to create a set of your own access data from code

To create your own custom data set - create a new class and inherit from "CBSCurrencyPackCustomData". Only fields and the following data types are supported - 'int', 'float', 'string', 'enum', 'List<string>', 'List<float>', 'List<int>'

After that you will see your class in the selection list of "Custom Data". Fill in your details

External URL - You can use it for example for remote texture url

Tag - Use this tag for sorting pack

Real Money price - Real money price in USD

After creation - you will see a new currency pack in the editor

Also in example scenes

Last updated