Can you help my with WheelColliders?
Hi, I duplicated the wheels, deleted mesh renderer and added wheelcollider to all 4 wheels. It doesn't seem to take effect. Any solution ?
View ArticleHow to make a car not slow down while turning?
Hello. I have set up some car physics of my own and they seem to work quite well but one problem I keep running into is that my vehicle loses a massive amount of speed while turning plus it does not...
View ArticleGetting the current distance a wheel is extended
Hi all, I'm having some very annoying trouble finding the current distance a WheelCollider is extended. For instance, a test wheel's max suspension distance is 0.3, and when it is fully compressed some...
View ArticleWheelCollider.rpm jump!
Hello there! Why my WheelCollider.rpm jump in 160?! when RPM go to +164 jump to 800 900 200 and when push the gas and get more speed RPM going to +220 and be normal! there is any reason for this...
View ArticleChange Navmesh Agent AI Outputs?
I want to change the navmesh agent outputs from rotating object and moving forwards/backwards, to using wheel colliders to move, or telling how much to throttle/brake, and steering. This would solve so...
View ArticleWheel Rotation Is all messed up
I'm really needing help right now. im not sure what im doing wrong but i put the standard Asset Unity Car into the scene and changed the wheel out by changing the mesh on that wheel. and i redid the...
View ArticleExplain how WheelCollider worksa
Explain how WheelCollider works What parameters should I set for sideways Friction and forward Friction to achieve maximum stiffness?
View ArticleUnity Car Controller Collision Reverse
I have a simple script that only accelerates and calls the Move with a positive `accel`. public void Move(float steering, float accel, float footbrake, float handbrake) { for (int i = 0; i < 4; i++)...
View ArticleWhile adding a standard unity car script wheels are rotated and I can't drive...
I added to my car model unity standard car script, but while I run **my game wheels models (not Wheel Colliders) are rotated around 90 degrees and I can't drive forward**, only backward and steering...
View ArticleWheelcolliders are sliding on a simple tank.
Hi i'm trying to create a very simple tank. I've already done the track to follow the terrain deformation. Now my problem is that the wheelcolliders doesn't make my tank move. I apply torque to them...
View ArticleWheel collider - Accelerating after reversing doesn't change direction...
I have been playing with this for 3 days now with no success. I have a vehicle with several states. Accelerate, brake and reverse. If I brake after accelerate that works great. If I reverse after...
View ArticleWheel Collider Issue In Unity 5.5.1?
Hi all i am developing a racing game in unity 4.6.1 .I am using wheel colliders in my game in unity 4.6.1 my game is working fine. I am upgrading my unity 4.6.1 project to unity 5.5.1 i am facing wheel...
View ArticleHow to make wheel collider interact correctly with other colliders?
I'm working on making a tank. I have couple pairs of wheels with wheel colliders on them and tried to make tracks for them to drive on. But when I try to drive over the track the colliders just go...
View ArticleHow to disable collision between player and wheel colliders?
How to disable collision between player and wheel colliders?
View ArticleAdd traction to Wheelcollider
I have a vehicle with wheel colliders, but when it turns at medium speed it just drifts/slides how can I give it more traction so it doesn't slide?
View ArticleWheelCollider tyre bending problem.
my wheels bending while turning and driving. ![alt text][1] what is that ? [1]: /storage/temp/107315-r2.png
View Articlewheel collider tilting left and right. while moving
I accelerate my vehicle and it is slightly going to the right. and I press brake button and vehicle going to slightly left.
View ArticleHow to create a working wheel collider script?
Hi! I am new to Unity and I don't know how to write scripts but I am willing to learn. I have made a script for my car but it does not seem to work, its been 3 days and I couldn't find anything useful...
View ArticleHow to calculate car braking force (using wheelcollider)?
Hello, I am making a simple car AI, which idea is to automatically spawn vehicles and generates a path for each one on a random logic. I have created so far the driving mechanics, the turning mechanics...
View ArticleWheels not going to the right place of wheel Colliders
I have made a simple script for prototype project. I made a tank and assigned tracks, The point is that the wheel meshes go to the middle of the object I guess. I have provided link to video for...
View Article