Hi, I’m making an object rotate around it’s axis by using LookAt at an object that is on your mouse position when clicked. All in all this works pretty solid, except I want it to gradually go to the that rotation instead of instantly be there.
Now I even managed that through Quaternion.Lerp, what the real problem is that I want it only to rotate around it’s X axis. The code I’m using right now is this: