Releases: flushwhy/Gamejolt
Releases · flushwhy/Gamejolt
V1.0.1 Release
1.0.1 - 2025-06-16
This is the same release from the other repo.
Added
- User, Session, Score, Trophy, and DataStore Managers in place of the old system.
- Comments / Documentation that show in both BP and Cpp
- This Changelog
Changed
- Moved from base architecture to a UE subsystem based architecture
- Renamed most of the core to align with UE standards
- Reworked some parts to get back into compatibility with 5.0 to 5.6
Removed
- UGJUserData, GameJolt, and GJUser cpp and header files. They were replaced with User, DataStore, and other Managers.
Fixed
- Some functions not showing in BPs
- Fixed signature gen issues, and handled errors in a better way