UGUI

In this project, I utilized the default Unity User Interface (UGUI) to demonstrate the work within Unity. Below is a brief video clip showcasing it:

As demonstrated in the video, alterations made directly to the sheet have an immediate effect on Unity. This tool can be incredibly useful for creating databases, managing economy, designing UI, and implementing numerous other features.

In this project, I've employed Dependency Injection to manage dependencies. The module I've utilized for this purpose is Extenject. This tool is highly effective for resolving dependencies within the project. If you're unfamiliar with how to use Zenject, I've provided a resource for your reference.

Initially, I established a class to house the data retrieved from the server. Here's what it looks like:

This refers to the data storage class that I utilized for caching data.

Last updated