Rigidbody rotate velocity
Hello Community!
Is there a way to rotate the velocity of a Rigidbody? So for example the velocity pushes him on the x axis. Can you for example rotate that 30 degrees so it is pushed into a bit of x and a bit of z?
Thank you :)
Hi. I moved your question to the Help Room because it is obvious that it is not a problem with Unity itself.
a way to rotate the velocity of a Rigidbody
...??? Velocity is change over time, you can't rotate it. Did you mean how to rotate a rigidbody? If yes, then there are enough learning materials about that on the internet for you to find.
so it is pushed into a bit of x and a bit of z?
...do you want to rotate the direction of a force applied to that rigidbody? Look for Vectors in the Documentation and Tutorials, you can find them in the Learn Section.
Please edit your question to make it clear what you are having a problem with and what you already tried.
Have a nice day.