Adding Visual Effects

Learn how to improve the game's feel by adding visual effects.

The CustomVehicleController package comes with some visual effects that you can use to improve the game's feel.

1. Add CarVisualsExtra component

2. Drag and drop the reference to the CarVisualsEssentials component and click the "Copy values from CarVisualsEssentials script" button.

This will copy the references to the following fields, that some effects may depend on:

3. Select effects that you are interested in and fill in the fields

Such fields as ParticleSystem and TrailRenderer, which can only be saved as prefabs cannot be found in the object picker.

Visual effects of type ParticleSystem and TrailRenderer exist in the "CustomVehicleController/VehicleController/VFX" folder.

Visual Effect Type enum doesn't have a VisualEffect option unless you have the VisualEffectGraph package installed.

Individual Effect Set Up

Last updated