SimpleGameStats is a lightweight, modular stat system tailored for Unreal Engine 5+ projects. Designed with indie developers in mind, it provides a data-driven approach to managing game stats without overwhelming complexity.
Key Features:
Game Stat Definitions: Simple to define data asset to automatically create all game stats and milestones.
Milestone Tracking: Track milestone progress in one centralized location.
Event-Driven: Implement responsive changes with built-in event handling.
Persistence Support: Ensure stats and milestones persist across game sessions.
Blueprint & C++ Integration: Easily integrate with both Blueprint and C++ workflows.
Editor UI for Debugging: Includes an optional editor UI to facilitate testing and debugging.
Unit Tested: Includes automated tests for reliability and confidence.