Search Issue Tracker
Fixed in 5.3.0
Votes
0
Found in
5.2.1f1
Issue ID
730513
Regression
Yes
[WheelCollider] Changes made to wheel collider's properties in Update cause wheel collider to twich
Steps to reproduce:
1. Open attached project
2. Open scene "Bug"
3. Select SkateboarderController in hierarchy and notice that it has EasySuspension script attached
4. Open script and notice that properties of wheel collider get changed in Update()
5. Run scene and get back to scene view (while scene is still running)
6. Focus on SkateboarderController
7. Notice that wheel colliders are twitching
Workaround: Moving all the calculations made to wheel collider to FixedUpdate() fixes this issue.
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
Hardik somani
Apr 08, 2016 19:45
first sorry for my poor english,but i want to share problem.
in unity 5.2.4 ,when other collider like mesh or box collider collide with wheelCollider,
then some time vehicle are very bouncy in world space of unity editor ,
is this solved in unity 5.3.0 or not...?