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

Navigation

</aside>

Home Page

Overview

Levels Creation

Themes

Level Objects

Upgrades System

Hole Skin

UI Store

Monetization (Ads & IAP)

How to modify upgrades

All three upgrades use ScriptableObject to store the settings data. You can find these objects in the Assets/Project Files/Data/Upgrades folder.

Some variables are the same for all upgrade levels:

Upgrade Type - unique type of this upgrade;

Title - a name that displays on the UI;

Hole Size

image.png

Price - an amount of the currency required to purchase an upgrade;

Currency Type - the currency of the price;

Preview Sprite - an image displayed on the UI;

Hole Radius - the size of the hole;

Max Speed - the movement speed of the hole;

Camera Offset Multiplier - how far the camera is zoomed out;

Transition Duration - duration of the camera zoom-out animation;

Transition Ease - interpolation type of the camera zoom-out animation;

Income

image.png

Price - an amount of the currency required to purchase an upgrade;

Currency Type - the currency of the price;

Preview Sprite - an image displayed on the UI;

Additional Income - an amount of extra money for each eaten object;

Timer

image.png

Price - an amount of the currency required to purchase an upgrade;

Currency Type - the currency of the price;

Preview Sprite - an image displayed on the UI;

Seconds - the total amount of seconds for a player attempt;