Character Stats
A component used to provide stats to a GameObject.
Last updated
A component used to provide stats to a GameObject.
Last updated
The Character Stats component can be used to provide stats to any GameObject. It doesn't necessarily need to be a "character."
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.
Stats need to be managed through code at runtime.
You can see the current stats of the character from the component itself. These are accurate values and are updated automatically as they change.