Google Play Games Services for Godot

Hi everyone! Hope you are all doing great :blush:

I just wanted to post here the Google Play Games Services plugin I have made for Godot 3.5 and Godot 4.2 (links at the end of the post).

The Godot 3.5 plugin has the android plugin and also a Godot plugin with a gdscript interface to integrate the android one.

The Godot 4.2 plugin is a modern plugin, so you only have the godot plugin which already integrates the android one.

How to use them and install them is explained in the correspondent repositories, but please let me know if you have any questions!

Features included

Sign in

  • Authenticate
  • Sign in

Achievements

  • Increment and unlock achievements
  • Reveal achievements
  • Load achievements
  • Show achievements

Leaderboards

  • Show leaderboards
  • Submit scores
  • Load Scores
  • Load leaderboards

Players

  • Load friend list
  • Compare profiles
  • Search players
  • Load current player

Save Games

  • Save a game
  • Load a game
  • Display saved games to select or delete

Events (only for Godot 3.5 for now, coming soon to the Godot 4.2 plugin)

  • Trigger custom events from the game

Links

Godot 4.2 Plugin
Godot 3.5 Android Plugin
Godot 3.5 Godot Plugin

2 Likes