First of all, sorry my newbiness and my bad english (not a native speaker)
Ok, so i need this Hammer to automatically follow this path after i press the space button, everything is working except the fact that i cannot make it rotate towards that point (only in that local axis), and then come back, i’ve tried the followings:
1.- Quaternions.RotateTowards
2.- Quaternions.Slerp
3.- Transform.Rotate
4.- Quaternion.FromToRotation
5.- Quaternion.AngleAxis
Even tried to transform.Rotate, then Quaternion.Angle, if the angle is bigger than 130 return (my logic tells mi that), and if its less than 5 stop.
I’ve managed to make it go all the way, but not able to go back.
Thanks in advance,
Ian
