Unit Stats Provider
A component that can provide stats to any GameObject.

The main component of the stats system is the Unit Stats Provider component. You can use this to provide stats to any GameObject
. When you first add the component, the stats list is filled with default data for each stat you've created from Skill Tree's settings.
Properties
Name
Description
Unit Name
The name of the unit.
Unit Level
The starting level of the unit.
Single Stat Properties
Name
Description
Stat Identity
The identity of the stat.
Initial Value
The initial (base) value of the stat.
Scaling
The value the stat increases by per level.
Combine Type
How this stat alters another when combined.
Operator
The combine operator.
Scripting
See the scripting section.
Last updated