Hello,
I am making an karting game (something like Mario Kart i guess), and I need some help with the car script. I want the car to be able to drift even tight corners without needing to lose speed (so I do not care about realism). Also, I want the driving to be pretty simple: no gears or drifting power-boosts (there are other speed boosts though). So if someone could send a piece of script or at least tell the basic idea how to do it, i’d be grateful . Also, I am new to both Unity and coding, so try to keep it simple.
PS. I am using maxSpeed to cap my car’s speed. Do you think that will cause problems when I implement the boost pads?