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

Navigation

</aside>

Home Page

Overview

Level Editor

Bubble Set

Background

Level Items

Level Map

Power-Ups

UI Store

Lives System

Monetization (Ads & IAP)

How to add new bubbles set

  1. Prepare the images set, locate them in the new folder inside the Ingredients folder, similar to other sets. You can have more than 3 stages if needed.

    Untitled

  2. Open the Branch.cs file located inside the Game/Scripts/Level/Data folder using any text editor.

    Untitled

  3. Add new element like in the example. Make sure to not have empty spaces, and add “ = 10,” after the name (and increase the value for further new elements)

    Untitled

  4. Open Level Editor: Tools > Level Editor, and select the tab called Branches.

    Untitled

  5. You will see the list of existing branches. To add a new one click the little + button at the bottom right corner.

  6. Select the newly created element and assign the fields

    1. Branch - select the name you’ve created in step #3.

    2. Background Color - select the color of the bubble’s back.

    3. Requirement UI Prefab - leave this field as it is (assigned with UI Requirement). You can modify the UI Requirement prefab if you want to change how all elements look in the gameplay requirements region.

      Untitled

    4. Stages - assign all the elements with the images prepared in step #1. Make sure that Element 0 - is the most simple version of the items, and it progresses further.

    Untitled