how to change WheelCollider sidewaysFriction extremumValue by script ? ,How...
i want to create a simple drift system with changing sidewaysFriction extremumValue and I have an error when I change the variable . plz can someone help me with that . and thx
View ArticleHow to automatically stop car when fuel ends up ?
So, I want to achieve a simple functionality here. On KeyCode.F pressed, the booster/fuel fills up and On KeyCode.W pressed (only once no need to hold) the car starts consuming booster/fuel. So far...
View ArticleHow can I rotate WheelCollider around local axis?
I am trying to make a motorcycle game and as some might know, the wheel does NOT turn straight up and down. The steering axis is on an Incline due to the suspension and handlebars. I am using...
View ArticleProblem in steering with wheelcolliders
Greetings, I'm making a Highway-Racer-type game and am using wheel colliders for car movement. However, I want to steer the car in such a way that as soon as the "A" or "D" key is released, the car...
View ArticleWheel colliders are not sticking to Ground
I'm trying to make a tiny RC car for my game, and after fighting through issues from several third party vehicle assets, i decided to build my own. I did some googling on how to use the wheel...
View ArticleRagdoll with Wheel Collider flips wheel collider
I'm in a situation where I have setup a ragdoll and need a wheel collider nested in it. The problem I'm having is that the wheel collider's orientation flips when I make the model a ragdoll. The wheel...
View ArticleWhy my camera is jittering?(Wheel colliders)
I have a big problem with camera follow , I tried all methods what I found on the internet in last 3 days , absolutely everything , but the problem is still the same. (The camera is tracking the car)...
View ArticleGetWorldPose changes wheels position wrong
Hello, I have a issue with wheel collider, I think that `wheelcollider.GetWorldPose()` gives wrong values and after I clicked play my wheels are in the wrong place. I searched on internet, but I did't...
View ArticleWheel colliders and continuous ground hit
I have a problem with continuously detecting a ground hit from a wheel collider. I am creating splashing effects where a car drives into a puddle, and the water stirs up (using the custom render...
View ArticleNeed help configuring my wheel colliders
I have been messing around with Wheel Colliders lately for the first time. Here's the simple c# script I've been using: [Code Link][1] Here's my wheel collider configuration: ![alt text][2]![alt...
View ArticleWheelcolliders and attaching multiple objects
So I'm fiddling with replicating a very specific vehicle setup, At current, I'm using the same basic setup as the car vehicle in the standard assets package, which applies suspension to each wheel....
View ArticleHow to rotate wheel collider
Hello, I have a problem with a wheel collider. The Suspension Distance is horizontal, and it should be vertical. Anyone know how to fix?![alt text][1] [1]: /storage/temp/174280-wheelcolider.png
View ArticleWheelColliders turn outside down and floats away
Look, all i want to do is make a car. Every update there seems to be a new problem for me with WheelColliders, this latest one is tricky and i don't understand what is happening. Basically when i try...
View ArticleBest way to make wheels freely turn / swivel? (Like a shopping cart)
I'm trying to make a trolley-like object where the front two wheels freely spin and turn and the back two wheels only free spin. So far I have all four wheels freely spinning with Wheel Colliders, but...
View Articleproblems about wheel collider
Hello there: I have weird problems about "wheel.collider". 1) My first problem is about "wheel.collider.rpm". When car on move everything ok. But when car stopped rpm going zero. Im not talking very...
View ArticleWheel Collider Gearbox
Hi, I'm having problems trying to simulate the gearbox, the main problem I have is that I don't know how to get higher speeds with high gears, this is my script and the values I use. public double...
View ArticleHow to properly use WheelCollider GetWorldPos
Hello, I have made a little script for car and I want to make wheels visually spin and move up and down (just as the actual WheelColliders do). From few youtube tutorials I saw that everyone use...
View ArticleHow to get car to reverse using motorTorque/WheelColliders?
My car doesn't reverse, I've tried adding an else if for when the velocity is zero and s is being held down that motorTorque = -torque but this does nothing. Here is my code: public class CarMovement :...
View ArticleWheel colliders rpm naN
Hello, im making a andriod drifting game, EVERYTINHG works 100% in the editor, but when i build it and test it on my andiod phone, the car reveres when the car is spawned, so i did some debugging and...
View ArticleControlling a wheelchair with wheel colliders
Hi, I have been stuck on trying to create a wheelchair with wheel colliders for a while now. I can get the wheelchair moving and turning but the wheelchair seems to spin very easily without much input,...
View Article