Transmission Gearing Profile
REMOVED: This class was deprecated since v11 and has been fully removed from the codebase. Gear ratios are now configured directly on the TransmissionComponent. This documentation is kept for reference for projects migrating from older versions.

TransmissionGearingProfile is a deprecated ScriptableObject that was used to determine gear ratios for the TransmissionComponent.
For current projects, configure gear ratios directly on the TransmissionComponent instead.
Legacy Information
Forward Gearslist contains all forward gear ratios in order from 1st gear up. In the example above:- 1st gear = 3.25 ratio
- 2nd gear = 2.23 ratio
- 3rd gear = 1.66 ratio
- …
Reverse Gearslist contains all reverse gear ratios. Multiple reverse gears can be added, e.g.- 1st reverse gear = -3.79 ratio
- 2nd reverse gear = -2.61 ratio
- …
Final Gear Ratiois the coefficient by which all the gears are multiplied. This is very similar to differential gear ratio and can be used to tune the gearing without having to adjust the gearing between individual ratios.