<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

UI Store

Monetization (Ads & IAP)

How to add hat skins

  1. Open the Assets/Project Files/Game/Prefabs/Characters/Thieves folder and find Demolisher Thief prefab.

  2. Drag this prefab into the Hierarchy window and select.

  3. On the Inspector window find the Demolisher Thief Behavior script and click the Find Skin Holder button

  4. The object called mixamorig:HeadTop_End will be selected, drag your new skin model here (so it becomes a child of the object) like this:

  5. Using Scene window adjust position and scale of the object

  6. Drag and drop the adjusted skin object into the Assets/Project Files/Game/Prefabs/Hats folder - prefab will be created

  7. Now you can delete the Demolisher Thief prefab from the scene (Hierarchy window)

  8. Select the Hat Skins Database object located in the Assets/Project Files/Data/Skins folder.

    image.png

  9. Click the little + button at the bottom of the list to add another skin.

    Untitled

  10. Assign the preview image, the prefab created in Step 6, and the Hat Offset - it’s a value of the transform’s position of the assigned prefab. This database will provide skins to other game modules in our case to the store.

    image.png

  11. Select the Skins Store Database object located in the Assets/Project Files/Data/Skins folder. This database stores settings of all products displayed in the store.

    image.png

  12. Select the Hats tab at the top of the Product part of the window

    image.png

  13. Click the little + button at the bottom of the Products section to add another product.

    Untitled

  14. Click the product called New Element to configure the fields:

    1. Name - a name of the product (just for your convenience)

    2. Opened Sprite - image of your product when it’s purchased

    3. Locked Sprite - image of your product when not purchased

    4. 2D Sprite Preview - leave it blank as the store uses 3D preview in this case.

    5. Skin Id - select the required product form the list.

    6. Purchase Type - the product can be purchased using currency or by watching rewarded videos

    7. Currency - a currency used for purchasing

    8. Cost - the amount of required currency to purchase the product or amount of required RVs.

    9. Tab - select the available store tab. You can configure tabs in the Tabs section above.

    10. Is Dummy - if the variable is checked product won’t be interactable

      image.png