JUST WANT MORE FRICTION ON WHEELCOLLIDER
Goodmorning For my game i must add more friction to the wheel....but in this guide https://docs.unity3d.com/Manual/class-WheelCollider.html i do not understend nothing..... what i must do to just add...
View Articlesave wheel Collider suspensionSpring targetPosition value
Hi i Want to save save wheelCollider suspensionSpring targetPosition value with regards to (CarID) please help me using System.Collections; using UnityEngine.UI; public class Fanar_setting :...
View ArticleCar with Wheel collider flips out at start of scene
I've been looking around Google and here for a while now and I can't find anything describing my problem exactly. I'm pretty new with Unity, but I'm pretty familiar with C#. I have a simple scene with...
View ArticleWheel Collider - Create No Slip?
Having a bit of trouble wrapping my head around the forward friction settings and how to configure them to my liking. What I am trying to do is create a state where there is no slip at the wheels...
View ArticleCan't change the extremumSlip of a wheel.
I'm simply trying to change the float value of WheelCollider.forwardFriction.extremumSlip at runtime with the following code: `WheelColliders [0].forwardFriction.extremumSlip = 0.06f;` But apparently I...
View ArticleSolid axle setup?
Okay, so I'm aiming to have a solid axle, that connects at one end to the position of the left wheel, and vice versa for the right wheel. The only thing I'm struggling to get my head around is how it...
View ArticleProblem with Wheel Colliders: Jitter and unstable!
Hello everyone, I am currently working on a VR Biking game and need some help with the wheel colliders. ![alt text][1] Since simulating bike physics is no easy task I opted for just making a car with 4...
View ArticleHow to make car AI using WheelColliders turn exactly 90 degrees?
Hi, I am making a car AI and I want it to make a perfect 90 degree turn. However I always end up at a slightly off angle and it starts going off the road. I am using a trigger to tell when the car...
View ArticleGetting material name under wheel collider.
i have a single mesh with multiple materials. it has two materials namely sand and road; is it possible to get the name of the material under the wheel collider that is touching it, or do i need to get...
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 ArticleWheelcolliders are sliding.
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 ArticleSet Wheelcollider BrakeTorque to 0 does not release brake.
I have a vehicle that has three wheels. When set the brakeTorque to be a big value (30000), it brakes normally and stops the vehicle. When I set brakeTorques to be 0, it does not release the the...
View ArticleWheelCollider rotates mesh wrong
Hello, I want to work on a racing game, currently i only started creating the very Basics and i already stumbled upon a annoying bug. I have a WheelCollider and a mesh as a child on the Collider. I use...
View ArticleWheel collider facing wrong direction while adding to an object imported as...
I designed a car model in blender and imported as fbx (forward -Z, up Y), when I am adding a wheel collider to it keeps facing wrong direction as in picture below, I tried rotating at Z axis on 90 and...
View ArticleFast break with wheel colliders
Hello everyone, i am encountering some problems with vehicles i want to simulate. The setting is a 2.5D game where vehicles can move in one of several distinct layers of the map. That's the plan. To...
View ArticleHow do I get my wheel mesh to rotate on the proper axis?
I have my model setup with wheel colliders and it drives fine. Everything is working well, including the position of the wheel mesh to simulate suspension. My only issue is that when I run the game, my...
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 ArticleMaking visual wheel rotate together with wheel collider
Hello, I was following [WheelCollider Tutorial][1] in Unity documentation and I'm kinda stuck at making the visual wheel rotate correctly. Here's my code: public void...
View ArticleWheelsColliders Falls Through Ground, how to fix it?
Hey everyone! Shortly, here is the problem : https://youtu.be/KU9xKSnqXpw WheelsColliders Falls Through Ground, how to fix it? Thank you!
View ArticleWheel collider problems
I know the basics of wheel colliders, but I am still relatively new to them. Whenever I try to use wheel colliders for some reason my car has problems. In my scene, (for personal uses), I took the...
View Article