⚠️ This is an add-on for Databrain and requires Databrain to function ⚠️
➡️ Databrain
-> Website
-> Discord
⭐️ Progression
Create progression curves for your player or for any other item such as weapons, etc. Use the batch import functionality to easily add icons for each level.
⭐️ Achievements
Easily define achievements in the editor and set the stats needed to unlock them.
⭐️ Values & Modifiers
Modifiers can modify a base value by a certain value and modification type. For example, use timed modifiers if you want to just modify your player’s moving speed value for a few seconds.
⭐️ Events
Assign events for each stats event such as OnLevelUp, OnAchievementUnlocked, etc.
⭐️ Demo
The Stats add-on comes with a simple demo scene which shows you all of its functionalities.
1.1.0
---
New:
- New mathematical expression modifier with variables support.
- New demo scene for showcasing expression modifier.
- Added Assembly Definition
Bugfix:
- Fixed scripting define symbols API for Unity 2023 and later.
1.0.3
---
Changes:
- Made CalculateXP() public on StatsProgression.
- Added FirstClassType attribute.
1.0.2
---
Bugfix:
- Removed obsolete warning messages (RegisterInitializationCallback)
1.0.1
---
Bugfix:
- Added missing isUnlock = false when resetting an Achievement score.