Player Component

The player component allocates a specific waypoint to your player vehicle. This allows traffic cars to acknowledge the player's vehicle and enables them to overtake it when necessary. Essentially, the player component seamlessly integrates the player's car into the Traffic System.

Each player car should have PlayerComponent.cs attached to it.

Last updated