Adding Engine Sound
Learn how to easily add engine sounds of your vehicle.
Last updated
Learn how to easily add engine sounds of your vehicle.
Last updated
In the folder of your choice open the context menu by clicking RMB, then create a scriptable object instance by navigating Create -> CustomVehicleController-> EngineSoundSO.
You must also specify the rpm step between every audio clip for a smooth transition between clips.
Audio clips must be perfectly looped.
You can easily record engine sound clips using Ange The Great Engine Simulator.
Here are the recommended audio import settings for the best audio quality.
3D Sound settings are the same settings that are on the default AudioSource component.
Version 1.1.0 added engine performance modifications, which can alter the engine's working rpm range. The change in rpm is represented in code and works correctly, but we decided to provide you a choice if you want change the pitch of the sound or not.
If you set the "Engine Modifications Affect Pitch" toggle to "True", then the engine sound's pitch will be additionally multiplied by the ratio between the standard engine's rpm and the modified engine's rpm.
For example, if the engine has 10000 rpm at maximum by default and gains 2000 rpm from the engine parts, the pitch will be multiplied by 1.2.
The "Engine Sound Pitch" works independently from this, so you can modify this value.