<aside> <img src="/icons/reorder_gray.svg" alt="/icons/reorder_gray.svg" width="40px" />

Navigation

</aside>

Home Page

Overview

Levels Creation

Color Skins

Hat Skins

Color of hexes

Nickname System

UI Store

Monetization (Ads & IAP)

How to add color skins

  1. Open the Assets/Project Files/Game/Materials/Entity Skins folder.

  2. Copy any existing skin material and change its Color field

    image.png

  3. Go to Assets/Project Files/Data/Skins and select the Color Skin Database scriptable object.

  4. Click the + button at the bottom of the Skins list to add a new element.

    image.png

  5. Assign Skin Material variable with a material created in the Step 2.

  6. Go to Assets/Project Files/Data/Skins and select the Skins Store Database scriptable object.

  7. Select the Color tab in the Product section to display a list of vehicle products.

    image.png

  8. Click on the + button to add a new product.

  9. Update the following fields:

    image.png

    1. Name - name of the product used in the editor.
    2. Opened Sprite - an icon of the product when it’s bought;
    3. Locked Sprite - an icon of a product before it is bought;
    4. 2D Sprite Preview - ****preview that displays when the product is selected;
    5. Skin Id - select skin from the list;
    6. Purchase Type - the product can be purchased using currency or by watching rewarded videos;
    7. Cost - the amount of required currency to purchase the product or amount of required RVs;
    8. Tab - store tab where product will be located, you can change the value to move product into another tab.
    9. Is Dummy - if the variable is checked the product won’t be interactable.