Search Unity

Free Social Leaderboards - Cloud Save, Avatars, & more

Discussion in 'Assets and Asset Store' started by slugiscool99, Dec 13, 2022.

  1. slugiscool99

    slugiscool99

    Joined:
    Mar 8, 2014
    Posts:
    2
    Galaxy is a free cross platform leaderboard asset with contact syncing, customizable avatars, and cloud save. No branding, no backend, and unlimited users.

    Leaderboards boost retention of single player games by a ton. Galaxy lets you skip maintaining your own database and server, it handles everything (including fraud/cheat detection) for you.

    Implement in 4 steps of code:

    1. Drag the prefab into your scene from /Assets/Galaxy/Galaxy/GalaxyController.prefab

    2. Reference the package in any file
    Code (CSharp):
    1. using GalaxySDK;
    3. Report a score:
    Code (CSharp):
    1. FindObjectOfType<GalaxyController>().ReportScore(500.0);
    4. Show the leaderboard:
    Code (CSharp):
    1. FindObjectOfType<GalaxyController>().Show();
    Again, it's 100% free for unlimited users, forever. We're always available for support & suggestions at support@galaxysdk.com. Download from the asset store here.
     
  2. somdedegroup

    somdedegroup

    Joined:
    Dec 13, 2022
    Posts:
    1
    Super easy + fast to get going