Candy Smith
HomeGeneral Info
Block Puzzle: Game Toolkit
Block Puzzle: Game Toolkit
  • Level Editor
  • How to Change or Add new Block
  • Timed Mode Settings
  • Shape Editor
  • How to reskin PNG files
  • How to reskin game UI in Unity
  • Settings
    • Lucky spin settings
    • Daily bonus settings
    • Game settings
    • Coins shop settings
  • Ads setup
  • Privacy and GDPR
  • Setting Up In-App Purchase Products
  • Localization
  • Scrollable map
Powered by GitBook
On this page
  • Coin Products Configuration
  • Best Practices
  1. Settings

Coins shop settings

Tools/BlockPuzzleGameToolkit/Settings/Shop Settings

Last updated 5 months ago

Coin Products Configuration

The Coins Shop Settings uses an array to define multiple coin purchase options. Each entry in the array represents a distinct product with its own Product ID and coin value.

Product Structure

Each coin product consists of two elements:

  1. Product ID: A unique identifier for the in-app purchase product.

  2. Coin Value: The number of coins the player receives upon purchasing this product.

Current Configuration

The image shows four coin products set up:

  1. CoinsProduct1 (Product ID): 10 coins

  2. CoinsProduct2 (Product ID): 25 coins

  3. CoinsProduct3 (Product ID): 120 coins

  4. CoinsProduct4 (Product ID): 150 coins

Adding or Removing Products

  • To add a new coin product, click the '+' button at the bottom of the list.

  • To remove a product, select it and click the '-' button.

Best Practices

  1. Unique Product IDs: Ensure each Product ID is unique and matches the identifier set up in your chosen in-app purchase platform (e.g., Google Play Store, Apple App Store).

  2. Value Progression: Structure your coin products to offer better value for higher-priced options. This encourages players to consider larger purchases.

  3. Variety: Offer a range of options to cater to different player spending habits, from small "impulse buy" amounts to larger quantities for committed players.

  4. Clear Labeling: Although not shown in the Unity interface, make sure the in-game store clearly communicates the coin amounts and pricing for each product.

  5. Regular Updates: Periodically review and adjust your coin products based on player purchasing patterns and feedback.