Search Unity

[RELEASED] Intevion Vehicle Controller — is a lightweight and simple vehicle controller

Discussion in 'Assets and Asset Store' started by iph0, Nov 4, 2021.

  1. iph0

    iph0

    Joined:
    Nov 15, 2017
    Posts:
    4
    I am glad to introduce my first Unity asset — Intevion Vehicle Controller. Is a lightweight and simple vehicle controller based on the Wheel Collider. It suitable for games with simple vehicle physics.



    WebGL Demo | Manual

    With Intevion Vehicle Controller you can build different kinds of vehicles with any number of wheel axles and with different drivetrains types (Rear-Wheel Drive, Front-Wheel Drive or Four-Wheel Drive), but on every axle must be exactly two wheels. Single wheel or more than two wheels on one axle are not allowed. So, for example you can build armoured personnel carrier with four axles and eight wheels, but can’t build motorbike.

    The Intevion Vehicle Controller controls only the vehicle behaviour. All other things, like visual effects, sound effects, camera behaviour, lies outside the responsibility of the controller. This allows you to choose any other assets for these purposes which you want or which more suitable for your task. You can implement own components too. In demo scene are shown several examples which you can examine (skid-marks controller, engine SFX controller and camera controller). With Intevion Vehicle Controller you also can choose any input system to implement player input, or you can attach any AI to control the vehicle.

    The Intevion Vehicle Controller also provides:
    • Three type of transmission: Automatic, Semi-Automatic and Manual.
    • Adjustable center of mass.
    • The curve that defines the engine torque vs engine RPM.
    • Ackermann steering geometry.
    • The curve that defines the maximum steer angle vs vehicle speed.
    • Anti-roll bar that prevents the vehicle from roll over.
    • Simple anti-lock brake system (ABS).
    • The curve that defines the downforce on each axle vs vehicle speed.
    • Easy API to control the vehicle.
    You can get the Intevion Vehicle Controller asset in Unity Asset Store
     
    Last edited: Nov 4, 2021