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

</aside>

Home Page

Overview

World System

Subworld System

Ground Tile

Navigation

Resources

Interactions

Buildings

Player

Helpers

Enemies

Missions System

Editor Tools

Day Night & Weather System

Shaders, Effects, Optimization

Energy System

Input Configuration

UI Store

Monetization (Ads & IAP)

The energy system - is visualized as a fill bar at the top of the screen. The player and helpers spend energy by doing harvesting or constructing and restoring it by consuming prepared food.

Untitled

Configuration

The main controller is located in the Game scene, on the Scripts Holder, the script is called the Energy Controller

Untitled

Is Energy Enabled - on/off toggle that allows quick disable of the entire system.

Energy System Database - a reference to the database storing all the settings.

The database is located in the Project Data/Content/Data folder. It has the following fields:

Untitled

Energy UI Panel - UI panel with a fill bar that displays the current energy state.

Untitled

The panel is located on the Game scene inside UI Main Canvas/UI Game/Safe Area

It has the following fields: