Adding Extra Sound Effects
Learn how to easily add some new sounds to your game to improve the game's feel.
1. Add Vehicle Extra Sound Manager component

2. Create Extra Sound Scriptable Object

In the folder of your choice open the context menu by clicking RMB, then create a scriptable object instance by navigating Create -> CustomVehicleController -> Sound -> ExtraSoundsSO.
You can also create CarForcedInductionSoundSO if the engine is using some kind of forced induction.

If you want to add straight-cut transmission sound (like from the famous BMW M3 GTR) or the gear shift sound, create the transmission sounds scriptable object

3. Populate the scriptable object with audio clips.



4. Assign references to the Vehicle Extra Sound Manager component.

Last updated