Questions tagged [car]
The car tag has no summary.
78 questions
0 votes
0 answers
108 views
My car keeps flipping over (or drifting uncontrollably)
I am experimenting with 3D car physics in Unity and want a good car for a racing game. I've been trying to implement turning (and drifting) for this car. I want the car to automatically drift at high ...
0 votes
0 answers
237 views
Softbody Vehicle Physics Like Beamng
I want to implement softbody vehicle damage like Beamng for my Burnout inspired game. The softbody physics dosen't need to be 100% accurate. The problem is that I don't understand how to implementing ...
1 vote
1 answer
116 views
Powertrain modeling for video games
I have been working on a driving game in Unity for some time now, mostly working on the tyre model. I have essentially "completed" the tyre model and I have a relatively realistic model that ...
0 votes
0 answers
430 views
Suspension vector direction of a raycast vehicle
I'm working on a raycast-based vehicle in a 3D world using a physics engine. It's basically a chassis object that contains a transform (translation, rotation, scale), a dynamic rigid body (with mass, ...
0 votes
0 answers
410 views
Simple racing car steering?
I want to make a simple 2d top-down racing game, something like Mario Kart in 2d, but I am really struggling with the car steering. The only resources I find are complicated and involve a lot of ...
0 votes
0 answers
286 views
How do I correct the turning effects on my car in order for it to turn properly?
In my game, I'm currently working on a Physics-based car driving game in Unity from scratch. My problem is that whenever I press the input controls used for turning, instead of turning, my car does ...
2 votes
1 answer
239 views
How can one achieve the mechanic of hitting cars or bumping into them like in Burnout games' takedown modes?
In Burnout games there's this game mode where the player can trash other cars by bumping into them or bumping them into walls. As you can see in this video link This is known as a takedown. I'm ...
0 votes
1 answer
1k views
Wheel rotation for a raycast car in Unity?
I've been learning unity and 3d modelling over the last couple of months and I'm trying to set up a basic car game using raycasts, as the wheel colliders in unity aren't great. Right now I'm trying to ...