Skip to content

Releases: godot-sdk-integrations/godot-play-game-services

v1.2.1

22 Jan 21:18
f3716c9
Compare
Choose a tag to compare

Rename the Game class in snapshots_client.gd to GameInfo

The Game inner class in the SnapshotsClient autoload was renamed to GameInfo to avoid possible common clashes with games who might already use that name in their own namespace, as suggested by @g-libardi in this issue.

Instructions

Download the addons.zip file and uncompress it in the root of your Godot game project.

v1.2.0

06 Jan 09:35
32c0df9
Compare
Choose a tag to compare

Deprecated signal

The userSignedIn signal is deprecated in favor of the already existing userAuthenticated signal. Now both isAuthenticated and signIn methods, emit the same signal.

Fake Logging

Added some fake logging to the main menu. The Title of the screen shows different messages to show some common problems, like plugin not loaded or user not signed in.

Bug fixing

The leaderboards_client.gd script had a wrong call to the android plugin in the show_leaderboard function. Thanks to mrbut1995 for finding it and notifying!

Instructions

Download the addons.zip file and uncompress it in the root of your Godot game project.

v1.1.0

27 Dec 17:45
10d0381
Compare
Choose a tag to compare

Saved Games

  • Display saved games in new window that allows to load and delete saved games.
  • Save game data.
  • Load game data.
  • Receive conflicting game data (not possible to resolve the conflict manually yet).

Save images to device

All properties of leaderboards, achievements, scores and players containing URI to images, where pointing to the content:// resource, which was not accessible from Godot. This has been fixed, downloading the content:// resource to the device, in the user:/ Godot path, making the images available from Godot.

New signal

New signal imageStored, sent when an image is written to the device.

Instructions

Download the addons.zip file and uncompress it in the root of your Godot game project.

v1.0.0

20 Dec 15:31
4c9b62c
Compare
Choose a tag to compare

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

Instructions

Download the addons.zip file and uncompress it in the root of your Godot game project.