Unit Stats Provider
A component that can provide stats to any GameObject.
Last updated
A component that can provide stats to any GameObject.
Last updated
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.
Unit Name
The name of the unit.
Unit Level
The starting level of the unit.
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.
See the scripting section.