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 intoPlayGamesPlayer
PlayerLevelInfo
class turned intoPlayGamesPlayerLevelInfo
PlayerLevel
class turned intoPlayGamesPlayerLevel
PlayerFriendStatus
enum turned intoPlayGamesPlayerFriendStatus
Instructions
Download the addons.zip
file and uncompress it in the root of your Godot game project.