Character Stats
A component used to provide stats to a GameObject.

The Character Stats component can be used to provide stats to any GameObject. It doesn't necessarily need to be a "character."
Stats
Adding/Removing Stats
To add or remove stats, click the "Open In Stats Editor" button. This will open the object in the Stats Editor, allowing you to edit the stats.
Managing Stat Values
Stats need to be managed through code at runtime.
Stat Display
You can see the current stats of the character from the component itself. These are accurate values and are updated automatically as they change.
Scripting Side
Character StatsLast updated