Search Issue Tracker
Fixed in 5.3.0
Votes
18
Found in
5.0.0f4
Issue ID
682453
Regression
No
Dampning does not work for Configurable Joint using AngularXDrive set to Position only drive mode
This issue has no description.
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
- [2020.3] Play Mode has visual artifacts when Graphics API is set to DirectX12 with Dynamic Resolution enabled
- White texture appears when setting “RenderTextureFormat.Depth” to “RenderTexture” on the Camera
- Cursor is visible when using “Cursor.lockState = CursorLockMode.Locked” and “Cursor.visible = false”
- Material.SetOverrideTag setting LightMode tag has no effect
- Decal is not rendered when in Camera component Culling Mask dropdown field Default is unselected
mayasarii876
Mar 09, 2022 05:07
http://103.56.148.201/
http://103.56.148.201/newmpo
http://103.56.148.201/mpo17
http://103.56.148.201/mpomm
http://103.56.148.201/mpotower
http://103.56.148.201/parisklub
http://103.56.148.201/juraganslot
http://103.56.148.201/mpo500
http://103.56.148.201/mpokick
http://103.56.148.201/mpoyes
http://103.56.148.201/xyzklub
http://103.56.148.201/betmpo
http://103.56.148.201/ogslot88
http://103.56.148.201/hoki777
http://103.56.148.201/mpojuta
http://103.56.148.201/299slot
http://103.56.148.201/mpo188
http://103.56.148.201/mpogacor
http://103.56.148.201/mpo300
http://103.56.148.201/rgo365
http://103.56.148.201/kingdom288
http://103.56.148.201/wigompo
http://103.56.148.201/mpo8899
http://103.56.148.201/mpopelangi
http://103.56.148.201/mpo555
http://103.56.148.201/dutampo
http://103.56.148.201/klik368
http://103.56.148.201/388hero
http://103.56.148.201/19dewa
http://103.56.148.201/mpoxl
http://103.56.148.201/mpoas
http://103.56.148.201/mposun
http://103.56.148.201/qqslot
http://103.56.148.201/mposport
http://103.56.148.201/dewa234
http://103.56.148.201/mesinmpo
jkraptor
Oct 29, 2015 16:22
There's more to this story. The PositionDamper parameter affects the Velocity drive. Set to zero, the velocity drive does not work. A value > 0 and the velocity drive works, but the amount of torque applied seems related to the positionDamper value. The positionDamper (spring-damp drive) should have NO effect on velocity drive mode.
That might explain why it does seem to work with PositionAndVelocity drive. Boy, they really screwed up joints in 5.0 onwards.
timthecoder
May 21, 2015 01:53
Dampener parameter has no effect on xDrive in Position mode either.
jeffweber
Mar 24, 2015 17:51
Not sure what happened to the description, but just in case it matters:
Dampening does not work for Configurable Joint using AngularXDrive set to Position only drive mode.
1. What happened
Setup a configurable joint to use the AngularXDrive with drive mode set to "Position". Tried to adjust the Spring and Dampener parameters to get non-oscillating smooth motion.
Noticed that the Dampener parameter had no affect. The Spring parameter affect stiffness as expected, but the Dampener parameter seems to do nothing.
This was also discussed in the physics forum here:
http://forum.unity3d.com/threads/configurablejoint-spring-dampening-parameter-broken.308726/
2. How we can reproduce it
Setup a configurable joint to use the AngularXDrive. Set the AngularXDrive mode to position only. Lock all the motions except AngularX. Set the Spring parameter to get a joint that is rotation-ally springy. Try adjusting the damper parameter to reduce oscillations... should see that the dampener has no affect.