Game Services - StansAssets/com.stansassets.ultimate-mobile GitHub Wiki
List of Game Services related Ultimate Mobile Playmaker actions.
Use this action to connect to the Game Service.
Events:
- Success Event - fires when successfully connected to Game Service.
- Fail Event - fires when failed to connect to the Game Service.
Use this action to get information about a player.
Fileds:
- Player Id [string] - id of a player.
- Player name [string] - a name of a player.
- Player Avatar [Texture] - an avatar of a player.
Events:
- Success Event - fires when successfully loaded information about a player.
- Fail Event - fires when failed to load information about a player.
UM_GetAchievementsProgress
Use this action to get achievement progress by id.
Fileds:
- Achievement Id [string] - id of the achievement.
- Achievement Progress [float] - current achievement progress.
Use this action to increment achievement by the steps for the currently authenticated player.
Fileds:
- Achievement Id [string] - id of achievement.
- Progress [Float] - increments the steps of the achievement with the given ID for the currently authenticated player.
Events:
- Success Event - fires on action success.
- Fail Event - - fires if action is failed.
Use this action to show a player's achievements in default UI.
Use this action to get a current player score from the leaderboard, and save the result into the variable.
Fileds:
- Leaderboard Id [string] - leaderboard id.
- Span [UM_LeaderboardTimeSpan] - score time span.
- Collection [UM_LeaderboardCollection] - score collection.
- Score [Int32] - save the score into the variable.
- Rank [Int32] - save the rank into the variable.
Use this action to submit a score for certain Leaderboard.
Fileds:
- Leaderboard Id [string] - leaderboard in which you will submit a score.
- Score [Int32] - count of the score which you will submit.
Events:
- Success Event - fires on action success.
- Fail Event - - fires if action is failed.
Use this action to show a player's achievements in default UI.
Use this action to show leaderboard UI by a leaderboard id.
Fileds:
- Leaderboard Id [string] - leaderboard id.