Wheel jiggles on low torque.
I have a vehicle with wheel collider. On low motor torque the wheels are jiggling. How to prevent this? `wheelLeftCollider.motorTorque = 0.001f;` (also if 1f) ![][1] The mesh moves 1:1 like the wheel...
View ArticleDriving my car programmatically
I am trying to tap into my wheel colliders and make my car move but the code I have doesn't seem to be doing anything and it's all I can think of. Hopefully I am close but if I'm not I need some help....
View ArticleHow to display the wheel collider gizmos always?
Hi, how to display the wheel collideralso if not selected? For example, if I select my wheel mesh I want to see the wheel collider. I think the wheelcollider uses OnDrawGizmosSelected in the build-in...
View ArticleSkateboard in unity?
I'm making a skating game where the skateboard is unmanned and the tricks are done using physics i.e. rotating the board, very similar to deck splash if you remember that. I know it can be done because...
View ArticleWheel Collider RPM value is flickering between valid value and undefined.
The RPM value of WheelCollider is flickering between valid value and undefined. In `Update()` and `FixedUpdate()` in the Script of the RigidBody parent object. The WheelCollider have the default...
View Articlehow to make wheel collider move well on rough surface?
When running on a rough surface, the wheel collider falls off the floor(It's bounced). And I set property like picture below. I don't want to bounce. If you have any idea Please reply to me. ![alt...
View Articlechange wheel collider with script?
Hello! I ask you something, does anyone know how to change the "forward stiffness factor" by pressing a key? I'm using Csharp. Thank you! Here the script (With errors): using UnityEngine; using...
View Articlehow to rotate wheel collider
![alt text][1] [1]: /storage/temp/127644-17.jpg I want to rotate wheel collider like blue.
View ArticleWheelCollider goes crazy at a certain speed, looking for tips on how to diagnose
I'm tinkering with a learning project where I'm playing with a lot of things in the mix - Unity Terrain, UNet, *and* vehicles (oh my!) ..And things were going great until tonight, when I whipped up a...
View Articlechange rotation using WheelCollider.steerAngle
how i can change rotation of a gameobject to specific angle using WheelCollider.steerAngle ?.
View ArticleWheelCollider Setup from car?
Hello, Does anyone know any WheelCollider configuration or do you know this problem? Accelerating the car turns slightly to the right or left and ends skidding. Solution?. Thank you!
View ArticleColliders have a different postion to wheels want to reset colliders to have...
So i have a car imported into the game, the wheels and body are separate. I have also duplicated the wheels and remove the meshes in order for wheel colliders. I have the wheel colliders working but...
View ArticleTruck-Trailer Hinge Joint
Hello, I'm having trouble making my truck pull my trailer (jumping/jolting). I've posted this issue in the forum on 18th Jan. As of posting this, I have not received any replies (maybe I should have...
View Articleuse Wheel Collider drive to a target position
Hey guys, i have a problem. I'm going to use. *wheel Collider* to make a 4-wheels car running to a target position in world space. So the input should be the Vector3 target position. The main idea is...
View Articleapplying visual wheels according to position left/right
I have found tutorial on https://docs.unity3d.com/Manual/WheelColliderTutorial.html very useful, but after applying my own custom meshes, I have noticed that they are all rotated I the same direction...
View ArticleMy car simplicity do not work..
Hello! I did a script for a car and before it worked well, now I do not know what happened and it just does not start, it does not turn or anything, what happened? help! Thank you using UnityEngine;...
View ArticleUnity WheelCollider enters other colliders
Hi all. I am using wheel collider component for my car and every thing is working fine. But the problem is that wheel colliders goes through other colliders a bit. Like the gif bellow. ![alt text][1]...
View Articleproblem with wheelcollider
when gaining high speed equipment begins to twitch and jump. HOW IS IT SOLVED?
View ArticleMy car physics feel completely different from editor to build. How do I fix...
So in the editor, my car is very arcadey and drifts around corners, but when I actually build the game, the car feels very heavy and sluggishly rounds corners. I am using a simple car model with wheel...
View Articlewheel collider on bike not working
So I am making a bike in unity and everything worked fine until I changed the plane collider to a terrain collider. the problem is that when on the terrain the bike just flips forward until it is...
View Article