Been a while since I’ve seen the “Social API” being updated, I think it would be great if it integrates more new API for current games platforms, such as:
GameCenter
PlayGames
GamesHub
I created this topic to suit not only as a suggestion, but also as a discussion for seeing that points to “Social API” needs improvement.
I think its fantastic features, including Achievements, Leaderboards, Friends at once, and her work on all platforms is very good.
I know you have plugins that make these integrations, but each plugin has its implementation type, and I find it much easier, and better maintenance use something like:
Social.ReportProgress (“Achievement01”, 100.0, function (result));
Instead of (just an example):
GameCenterAchievement (“Achievement01”, 100.0, function (result));
PlayGamesAchievement (“Achievement01”, 100.0, function (result));
GameHubAchievement (“Achievement01”, 100.0, function (result));