Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@Iakobs Iakobs released this 11 Oct 07:25
· 1 commit to main since this release
054b1cb

Rename all Player related class names

Important

This is a new major version and it breaks backward compatibility, make sure to update your code if you were using a previous version of this plugin.

The Player namespace used in the PlayersClient autoload is a very common name for games of all sorts, so I renamed it to be PlayGamesPlayer instead.

The GDScript classes and enums renamed are:

  • Player class turned into PlayGamesPlayer
  • PlayerLevelInfo class turned into PlayGamesPlayerLevelInfo
  • PlayerLevel class turned into PlayGamesPlayerLevel
  • PlayerFriendStatus enum turned into PlayGamesPlayerFriendStatus

Instructions

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