Vitals: Health and Stamina

Duration

2 months

Tech Stack

C#
Unity
Docusaurus
GitHub

Project Type

Individual
Unity Asset

My Roles

Programmer

Vitals: Health and Stamina

Vitals is a health and stamina system for Unity. It offers a modular design, easy saving and loading, and streamlined UI binding for efficient game development.

Features

  • Modular Design: Different features are set up as separate components which can be easily added and removed. Different components communicate with each other using events.
  • Easy Data Binding: Uses Scriptable Objects and events to communicate and efficiently update the UI.
  • Save and Load: Simple saving and loading of any Vitals component data.
  • ScriptableObject Configuration: Parameters are managed via ScriptableObjects, enabling easy, external configuration and iteration.