# Troubleshooting

### :sos: The vehicle cannot drive

{% hint style="success" %}
Make sure, the wheels of the vehicle have a sphere collider attached and use the Wheels Physics material
{% endhint %}

![Wheel Physics material](/files/-MRKaOSrvFk1V-WM5qpE)

{% hint style="success" %}
Make sure, the **Ground** layer is setup properly in the **Vehicle Ground Detection** and on the game object of the racing track. The vehicle will only detect a collider as ground, if it's layer is set in the vehicles list of Ground Layers!
{% endhint %}

### :sos: The camera is stuttering in the Editor

{% hint style="success" %}
In Unity 2019.4 we noticed that **Cinemachine** seems to stutter if an Game Object is selected in the inspector when in **Playmode**. **Deselecting** any selected object fixed that!&#x20;

(Please not this issue is related to Cinemachine and not to the Arcade Racing Kit itself)
{% endhint %}

### &#x20;:sos: The vehicle hops on composed track parts

{% hint style="success" %}
If your track is composed of multiple small colliders, it can happen that the vehicle hops sometimes when driving over a contact point of two track parts, due to the way Unity's Physics System work. This can be fixed by setting

**Project Settings -> Physics->** **Default Contact Offset** to **0.0001**

Nevertheless, we recommed to make your track being composed of as few as possible colliders.
{% endhint %}


---

# 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://ilumisoft.gitbook.io/arcade-racing-kit/troubleshooting/untitled.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.
