Question! Why does the 'WheelCollider' Component act funny?
Hello all. I've seen many Questions about this, they all say it might get fixed in unity 3. But no... It's not, not even in unity 4. And I'm searching good ol' google for solutions. But to no avail. I...
View ArticleCar is moving backword with Up Arrow Key [Solved]
Hi EveryOne. I am facing a little problem here. My car is just moving reverse with Up Arrow key. And there is no issue in Input Manager. I have already checked that. And Code is also fine. Seems there...
View ArticleCalculating degrees between object and raycast hit
Hey. Im having some issues concerning my approach to this problem. Here is the case: I have a object (a car) this has wheel colliders. Now I want to control this car with rayCast (RTS Game) So when I...
View ArticleWheelCollider.steerAngle match GameObject rotation
How would I get a GameObject to match the steerAngle of a wheel collider.
View ArticleCar speed physics problem, accelerates and turns out of controll
Hi for ease of explaining, I have made a video showing what I mean: https://www.youtube.com/watch?v=He1Id0Q3H7M Basically, once I start playing the game, everything is fine, but after a few minutes the...
View ArticleC# WheelHit.force display wheel suspensions on meshes
I've been looking though alot of post and questions about wheel colliders and car scripts. But most examples are in JS. As well, I have not been able to find a valid up-to-date example of using C# and...
View ArticleWhy Physics perfomance cost get huge when static geometry is added ?
Hi everybody! I have a problem I can't solve using the Profiler. Even if I did all the possible optimizations in Unity (texture atlas,batching,culling,lightmapping...), I think I have missed something...
View ArticleUnity crashing on collision and editing wheel collider properties
Hi, I have created a test terrain for vehicles to use in a game, but whenever the car lands anywhere but the bottom it force closes with no warning, I've tried all the things I could to fix it, but was...
View ArticleAnti-roll bar doesn't work
I'm making a racing game that has trucks as vehicles. For the truck movement, I'm using WheelColliders. After some testing, I found out that after a certain speed (~60km/h), turning made the truck flip...
View ArticleWhen add joints to wheelcollider then it is not collide with other collider
When I add wheelcollider to empty game object and also add any joint then it is not collider with terrain collider . And I create car and wheel with sprite. Two wheels sprite and two empty game object...
View ArticleUnity5 WheelCollider UI not showing????
Hello. I just been using Unity5 and the WheelCollider component gui is gone... any one know what happended???? thanks
View ArticleWheelCollider is weirdly affected by Solver iteration count
I wanted to see how changing the solver iteration count (SIC form here-on-in), only for it to make the wheel collider I'm using for the wheels of my vehicle to overly react to the same amount of...
View ArticleWheelCollider Bug in Unity 5?
Hi, I tried to make a wheelcollider attached to "A" Gameobject. "A" gameobject's scale is 1, 1, 1. I've added Rigidbody component to A gameobject. Then created empty new gameobject. Attached...
View ArticleUnity 5 GameObject SetActive Bug with WheelCollider
So here we go again. Another Unity 5 bug. 1 - Deactivate wheelcollider attached to your vehicle. 2 - Deactivate main vehicle gameobject. 3 - Activate main gameobject. Tadaa, disabled wheelcolliders is...
View Articleunity 5 wheel collider problem
hello everybody!ı m use unity 5.ı add wheel collider in the game object but ı dont see wheel collider .I radius the size but does not appear![alt text][1] [1]: /storage/temp/41983-adsız.jpg
View ArticleBicycle Functionality using wheel coliders
how do i get the functioning of a bicycle like when the bicycle's speed is slow then it must be harder to balance the bicycle and cyclist falls off the cycle. I am using wheel collider for the tires....
View Article[unity 5]WheelCollider positioning problem
Hi, First, sorry for my english, i'm french. I have a problem with wheelcollider about it's position. I create a Cube with rigidbody, and after i create an empty object with wheelcollider. Whan i try...
View ArticleUnity 5 wheel collider issue (incredible force generated by suspension...
Our motorcycle is using 2 wheel colliders. Whenever the bike comes down hard on its back tire, the back tire is launched into the air (see the two videos below)....
View ArticleUnity 5 Wheel Colliders
I know that Unity 5 Wheel Colliders are much good than old Wheel Colliders, but much more unstable than old Wheel Colliders too. If your main rigidbody size is not equal to 1, 1, 1, your wheel...
View ArticleSetting Rigidbody Velocity for Jump Unity 5
Hi, I have a basic vehicle with a rigidbody and four wheelcolliders. I want the vehicle to jump and I have always been setting the 'up' velocity directly to make the jump predictable. This has always...
View Article