Exactly what the tile says; I want to have an object rotate very, very slowly but there appears to be a minimum value. Is there a way to override it?
1 Answer
1Check your physics2d settings. It should be the “Angular Sleep Tolerance”. The default value is “2”. So once the angular velocity drops below 2 the “Time to Sleep” kicks in and after that time the rigidbody will fall asleep.
Thank you very much, solved my issue :)
– cxode