Players using Y8 Account can earn points by completing their profiles and playing games. For developers, they can also reward players who have more points.

Get Total Points

Once you know the user is logged in, call the GetIdnetPoints method.

Idnet.I.GetIdnetPoints(idnetPointsException =>
{
    if (idnetPointsException == null)
    {
         // Callback: Successfully retrieved IDnet points of the user.
         Debug.Log("Idnet Points " + Idnet.User.Current.IdnetPoints);
    }
});