Ultimate Progression Help

Getting the experience points ratio

This function returns a float value between 0 and 1 of the ratio between the target experience points and the current experience points

You can pass either the progressionId which is the unique ID of the progression you are targeting, or you can pass the progressionNumber which is the number of the targeted progression in the list

Progression.instance.GetExperiencePointsRatio(string progressionId);

Progression.instance.GetExperiencePointsRatio(int progressionNumber);
Last modified: 30 October 2023