# Progression Samples

## Simple Progressions

[Progressions](https://docs.lootlocker.com/game-systems/progressions) allow you to easily create and manage in-game XP systems, talent trees, battle passes and more through our intuitive web console.

This sample can be found in our [SDK](https://docs.lootlocker.com/sdks#unity-sdk) under the name `6 - Simple Progression`

This SDK sample will demonstrate a single progression system in action. The player can progress through all 10 levels (tiers). At level 10 no further points will be added. This example does not have any level-based rewards.

### In-Engine

In this sample you can use the slider to select the number of points to add to the progression. Click `Add points to progression` to add the points to the progression. Once `Current tier` reaches 10 you will be unable to add more points to the progression. Click `Reset Progression` to reset the progression to tier 0.

<figure><img src="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-1d0251f774794695347e9be4af38b16ea8885cfa%2FSimpleProgression.png?alt=media&#x26;token=02716a25-b051-4f1a-bdaa-ef10d0fc077c" alt=""><figcaption></figcaption></figure>

### Web Console

Navigate to Game Systems -> Progressions to create and configure a new progression. Consult the [feature's documentation](https://docs.lootlocker.com/game-systems/progressions) to learn more about progressions.

<figure><img src="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-13085b4fbfc7a7bf7eb71aac42d3b76ff1cb13aa%2FSimpleProgression_webConsole.png?alt=media&#x26;token=8f2a59bb-9501-4883-a700-85d8fbd8459e" alt=""><figcaption></figcaption></figure>

## Multiple Progressions

[Progressions](https://docs.lootlocker.com/game-systems/progressions) allow you to easily create and manage in-game XP systems, talent trees, battle passes and more through our intuitive web console.

This sample can be found in our [SDK](https://docs.lootlocker.com/sdks#unity-sdk) under the name `6 - Multiple Progressions`

This SDK sample will build upon the simple progression sample above and demonstrate how multiple progressions can be connected together. In this sample two progressions are linked together where gaining a level (tier) in Progression 1 will also add a point to Progression 2. When Progression 2 reaches level (tier) 2 it will reset Progression 1.

### In-Engine

Like with the previous sample, use the slider to select the number of points to add to each progression and click `Add points to progression`. Each time Progression 1 gains a tier it will add a point to Progression 2. When Progression 2 reaches tier 2 it will reset Progression 1.

<figure><img src="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-543fdf2064e3603512d28275a42d933403b39623%2FmultipleProgression.png?alt=media&#x26;token=e79aee6f-d375-471f-8574-bee3cea15031" alt=""><figcaption></figcaption></figure>

### Web Console

To configure this particular type of progression systems, you need to use both `Progression Point Rewards` as well as `Progression Reset Rewards`. Learn more about these systems in the [progression feature documentation](https://docs.lootlocker.com/game-systems/progressions).

<figure><img src="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-18efde0cfc9b5aa01d2c2366cb22316caf34344a%2FMultipleProgressions_webConsole.png?alt=media&#x26;token=4fbdda0c-960b-435f-bdfa-18e112e8440b" alt=""><figcaption></figcaption></figure>
