-
What do you want to achieve?
I aim to smoothly roll a thin cylinder, resembling a wheel, down a slope without having it wobble or tip over. The cylinder should maintain its upright position as it moves downhill. -
What is the issue?
Despite several attempts, I’m facing challenges in ensuring the cylinder remains stable as it rolls down. Instead of rolling smoothly, it wobbles and occasionally tips over. Unfortunately, I don’t have a screenshot or video at this moment, but imagine a thin wheel teetering side to side as it moves. -
What solutions have you tried so far?
I’ve explored multiple avenues:
- BodyGyro: Seems like it might be deprecated or not functioning as expected.
- Hinge Constraint: Couldn’t achieve the desired stability.
- AlignOrientation: Still facing challenges in setting it up correctly.
Additional Details:
I’m looking for an efficient and performance-friendly approach since I might have around six independent wheels rolling at a given time. With several methods available, I’m hoping to understand what is the best practice for this particular scenario. Is there a recommended constraint or method for this? Any insights, code snippets, or references would be immensely appreciated!
Thank you for your time and assistance!