Game Creator
  • Welcome to Game Creator!
  • Quickstart
    • Get Started
    • Setup
    • Tutorials
  • Game Creator
    • Game Creator
      • Actions
      • Conditions
      • Triggers
      • Hotspots
      • Characters
        • Player
        • Markers
        • Gestures
        • States
        • Advanced
          • IK in custom Animations
      • Camera
        • Camera Motors
      • Variables
        • Global Variables
        • Local Variables
        • List Variables
    • Systems
      • Localization
      • Event System
      • Timeline
      • UI
      • Module Manager
      • Game Creator Toolbar
      • Pool System
      • Game Creator API
        • Custom Actions
        • Custom Conditions
        • Custom Triggers
        • Custom Hooks
        • Custom Save & Load
        • Variables Access
        • Custom Module
  • Dialogue
    • Dialogue
      • Anatomy
      • Actors
      • Dialogue UI
      • API
  • Inventory
    • Inventory
      • Inventory Window
        • Catalogue
        • Recipes
        • Types
        • Settings
      • Merchants
      • Containers
      • Loot Tables
      • Equip Items
      • Actions
      • Conditions
      • Custom Inventory UI
  • Quests
    • Quests
      • Quests Overview
      • Create Quests
      • Quests UI
        • Custom UI
  • Stats
    • Stats
      • Stats Overview
        • Stat
        • Attributes
        • Status Effects
        • Formulas
        • Stat Modifiers
      • Stats UI
      • Common Use Cases
        • Simple Health Bar
        • Regenerative Mana
        • Poison Status Effect
        • Levels and XP
        • Strength and Armor
        • Lockpicking
  • Behavior
    • Behavior
      • Behavior Graph
        • Nodes
        • Blackboard
      • Perception
  • Shooter
    • Shooter
      • Weapons
      • Ammunition
      • Interaction
      • Examples
        • Example 1 - Get Started
        • Example 2 - Pick Weapons
        • Example 3 - Top Down
        • Example 4 - Side Scroll
        • Example 5 - First Person
        • Example 6 - Combat
      • Advanced
        • Custom Crosshairs
        • Shooter API
  • Melee
    • Melee
      • Weapons
        • Blade Component
      • Shields
      • Melee Clips
      • Combat
  • Traversal
    • Traversal
      • Obstacles
      • Climbables
      • Built-in Elements
  • Annex
    • Roadmap
    • FAQ
Powered by GitBook
On this page
  • Key Features
  • Setup

Was this helpful?

  1. Stats

Stats

What doesn't kill you... is because the strength stat is not high enough

PreviousCustom UINextStats Overview

Last updated 5 years ago

Was this helpful?

Almost any game you can play nowadays has some kind of Stat system. Whether it is a simple health bar with 100 hit points or a complex RPG with 16 stats that influence the progress of the player and the outcome of any interaction.

Download:

The Stats module has been designed to be learned in a few minutes, but also allows to handle the most complex cases and keeping everything under control.

Key Features

  • Create a generic Stats collection for all characters or objects

  • State of the Art Formula parser to evaluate complex RPG expressions

  • Debug in realtime your data with runtime components that change during play-mode

  • Automatically display and update Stats, Attributes and Status Effects on a Canvas

  • Easily iterate your system with user-friendly UI

  • Intertwine other modules with the Stats to extend game mechanics

Setup

Download the package from the the Unity Asset Store. You'll first need to have Game Creator installed.

Then, bring up the Modules Window clicking on the Game Creator option in the toolbar. Click the Stats Module Enable button.

This module requires Game Creator and won't work without it. Don't attempt to extract the package inside the Plugins/ folder as it will throw errors.

gamecreator.page.link/stats