Overview
Google Play Games Services provides popular gaming features for Android, ChromeOS, and Windows games. With Google Play Games Services, you can add social features to your game, view gameplay stats, and provide cross-platform gameplay across multiple devices.
You can set up and manage Play Games Services in the Google Play Console, and then add features to your Unreal Engine project using this plugin.
Features
Play Games Services features increase social engagement and provide multiplatform support across multiple devices.
Multiple devices and platforms
Play Games Services supports Android, ChromeOS, and Android game distribution on Windows (through Google Play Games for PC). The following features also ensure that you can provide your games to multiple devices for each player:
Sign-in
: Provides a gaming identity for players that supports authentication on multiple devices, third-party cloud save solutions, and the Saved games service.Recall API
: Use PGS as a companion to your existing sign-in mechanisms, and seamlessly sync players' sign-in information across devices.Saved games
: Allow players to save game progress on Google servers and synchronize data between devices.
Social engagement
Achievements
: Define player achievements that can recognize, award, and track player progress outside your game environment.Leaderboards
: Define leaderboards that encourage competition and rank progress between players.Friends
: Allow players to socialize and track friends outside of your game, and then add their Play Games friends to their in-game friends list.
Gameplay stats
Player stats
: Retrieve data about a player’s in-game activity in order to adjust their gameplay experience.Events
: View your game's cumulative gameplay stats in order to improve your game. For example, you can identify content that most players haven't been able to clear, and then use the results to adjust the difficulty.