Achievements, Stats, and Leaderboards
The KaijuStats class contains methods for interacting with the Steam achievements, stats, and leaderboards. The API has been streamlined to be more convienient than the native Steamworks API.
The KaijuUser class has methods to get achievements or stats directly for said user as well.
Editor Window
There are dedicated editor windows for the achievements, stats, and leaderboards
Disable Achievements, Stats, and Leaderboards
If you are using a different system for interacting with the Steam achievements, stats, and leaderboards in your project, you can disable KMPE's achievements, stats, and leaderboards system by setting the DISABLE_KAIJU_STATS preprocessor directives in your project. This will strip all code releated to KMPE's achievements, stats, and leaderboards system. You can do this by going to Tools > Kaiju Solutions > Multiplayer Engine > Features > Achievements, Stats, and Leaderboards > Disable from the top menu, or manually adding or removing it from the preprocessor directives by going to Edit > Project Settings from the top menu, selecting Player, and scrolling down to Scripting Define Symbols.