# FAQ

## Editor performance is lower than expected.

For the best performance in editor play mode, make sure the scene window is behind the game window. If you don't need to view the scene view gizmos, you can disable them in the Preferences window.  Edit/Preferences/Simple Traffic System&#x20;

## Editor tools don't seem to work as intended.

Often resetting the unity window layout to default (top right corner of Unity Editor) will fix editor related bugs. Unfortunately this is an unresolved Unity bug that has been around for a long time.

## Traffic cars are not spawning as expected.

When cars are spawned, the spawn point's collider bounds are checked to make sure it's empty. Ensure there are not any other objects touching the spawn point colliders.

## Collections is not available to import via Package Manager in Unity 2020.1 or 2020.2.

Please see this forum post for a guide on installing unlisted packages in 2020.1 or 2020.2: <https://forum.unity.com/threads/simple-traffic-system.794268/page-6#post-6318243>

## &#x20;How do I control the AI car speed?

AITrafficCar will set the car’s top speed, each AITrafficWaypoint will set the car’s speed limit.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://simpletrafficsystem.turnthegameon.com/tutorials/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
