IMPORTANT: Game Creator 1 is in maintenance mode and soon will be deprecated. If you are planning on starting a new project vist Game Creator 2.
NOTICE: Stats is an extension for Game Creator and won't work without it.
It's been built to be fast, fun and easy to iterate over.
🔸 KEY FEATURES 🔸
🔸 OTHER MODULES 🔸
🔸 LINKS 🔸
🔸 SOCIAL MEDIA 🔸
## 1.1.5
- Compatibility update with core 1.1.15
- Updated examples with new character
## 1.1.4
- New Action: Change StatUI target and stat
- Fixed Attribute UI debouncing due to other changes
## 1.1.3
- Fixed AttributeUI correctly show title
## 1.1.2
- Added checkbox to toggle save Stats values
- Fixed parenthesis order not being honored
- Fixed parser with nested operations
- Fixed EOF error due to unintended case
## 1.1.1
- New Trigger: On Status Effect Change
- New Formula symbols: Round, Floor & Ceil
- Attributes UI can have smooth transitions
- Attributes UI can have delayed transitions
- Attributes can have a negative min value
- Attributes can be subtracted and divided
- Stats can be subtracted and divided
- Fixed Formula parser with nested operations
- Fixed removing multiple status effects
- Added overridable IsSavable method on Stats
- Check if Status Effect not present
- Check Status Effect minimum stacked amount
- Improved memory allocations on Stats & Formulas
- New Editor Formula validation
- Workaround to avoid comparison allocations
## 0.2.4
- Exposed AttributeUI update method
- Fixed Formula cascade evaluator
- Fixed stat modifier not being removed
- Fixed Stat Change Trigger
- Fixed old prefab serialization
## 0.2.3
- Fixed better handling on status effects
- Fixed Status Effects are now hidden
- Fixed conditions using incorrect invoker
## 0.2.2
- Fixed Formula parser cultural dependency
## 0.2.1
- Support for Game Creator 0.9.1
- Support for Unity 2018.3 or higher
- Drop support for previous Unity versions
- Formula parser enhanced
- New Action: Debug Formula
- Toggle Stats visibility in Inspector
## 0.1.5
- Support Game Creator 0.8.3
- Ignore stats UI when target is null
- Added arrows to jump between examples
- Fixed crash when pressing Undo
- Fixed example scenes
## 0.1.4
- Fixed Attr when component was null
- Fixed compatibility with core 0.8.2
## 0.1.3
- Fixed numbers in Formulas dots
- Fixed math expression parser
## 0.1.2
- New table:rise symbol for Formulas
- New min/max symbols for Formulas
- Update example scenes
- Changed Stats global unique identifier
- Trigger to detects stats increase/decrease
- Trigger to detects attrs increase/decrease
- Inspector shows current stats values
- Fixed compatibility with core 0.7.2
- Fixed compatibility with Unity 2018.2
- Fixed Trigger exit play-mode error
- Fixed Formula symbol parser
## 0.1.1
- Initial Release