I have an object that I rotate using the HingleJoint.Motor component, I rotate when I press the key, and when I release the key it should stop but it slowly goes down, how can I fix it ???
1 Answer
1I struggled with this about a week ago. My solution was to increase gravity in the rigidbody so it was pulled it down faster. Your use case may be different.
I just need it not to move until I press the key
– Trild123787898