# Quick Start

Some prerequisites must be met before running the test scene.

## Open Settings Window

The entire package configuration is managed through the Settings Window.

To open the Settings Window go to **Tools->Gley->Traffic System**

<figure><img src="https://1500817731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuflU4iIzTBjoLH93zTYD%2Fuploads%2FBcJf3k0J0gTPmc1RRhIu%2Fv2-Open.jpg?alt=media&#x26;token=80915c09-ac1d-45bd-800d-6462b153ea41" alt=""><figcaption><p>Open Traffic System</p></figcaption></figure>

The following window will open:

<figure><img src="https://1500817731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuflU4iIzTBjoLH93zTYD%2Fuploads%2FQHti1yTq23WLgHbDmQ23%2Fimage_2024-01-12_130729916.png?alt=media&#x26;token=7128dabd-21d2-4db6-9587-743b70531190" alt=""><figcaption><p>Settings Window</p></figcaption></figure>

## Import Required Packages

The system relies on the Burst Compiler for enhanced performance.

Click **Import Required Packages** and **Install All**

<figure><img src="https://1500817731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuflU4iIzTBjoLH93zTYD%2Fuploads%2FPPLYmZkVAiMXxNFoCQzm%2Fv2-InstallBurst.PNG?alt=media&#x26;token=c58faca5-1833-414b-8ca7-338ef36de6f6" alt=""><figcaption><p>Install Burst</p></figcaption></figure>

In the console, an Installation Started message will appear. Please wait until the package is imported.

<figure><img src="https://1500817731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuflU4iIzTBjoLH93zTYD%2Fuploads%2FOv8CDgdM8EXoX5ldOOIl%2Fimage_2024-01-12_132602230.png?alt=media&#x26;token=f745108f-fa9b-417a-bc97-807bd92856df" alt=""><figcaption></figcaption></figure>

This will install the latest version of Burst available within the Package Manager.

If you are not using an LTS version of Unity, the latest version of Burst might cause issues. In such cases, it is recommended to navigate to the Package Manager and install the version of Burst that is recommended for your Unity version.

<figure><img src="https://1500817731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuflU4iIzTBjoLH93zTYD%2Fuploads%2FdsblBCiQgiL9vIK3zwZt%2Fv2-BurstCompiler.PNG?alt=media&#x26;token=42da06d2-bdef-4ccd-9b49-3afd9dd7440b" alt=""><figcaption><p>Recommended Burst version</p></figcaption></figure>

## Test the City demo scene

Open the City demo scene located at **Assets/Gley/TrafficSystem/Example/City.unity**

To activate the traffic vehicles within the scene, open the Settings Window as explained earlier and click the **Apply Settings** button.

Once the scripts have been compiled, you can test the movement of the traffic cars in the scene.

Additionally, the scene features a user-controlled car, allowing you to navigate around the environment.

{% hint style="info" %}
For **URP** navigate to **Scene Setup -> Convert Materials to URP** and all material shaders will be converted to URP.&#x20;
{% endhint %}

<figure><img src="https://1500817731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuflU4iIzTBjoLH93zTYD%2Fuploads%2FzinFX47ePmCjzh39VPub%2FURP.JPG?alt=media&#x26;token=69ae92b3-efe3-4721-9aeb-bb5393dbf22d" alt=""><figcaption></figcaption></figure>

## Video tutorial

This video tutorial explains how to prepare the included scene for testing. This video was made for the old version of the plugin but all the settings except Settings Window open button are the same. It will be updated as soon as possible. &#x20;

{% embed url="<https://youtu.be/hjKXg6HtWPI?feature=shared>" %}
Install and run test scene.
{% endembed %}

This concludes the Quick Start Guide. Continue to the [Setup Guide](https://gley.gitbook.io/mobile-traffic-system/setup-guide) to learn how to set the traffic vehicles inside your custom scene and how to add your vehicles inside the Traffic System.
