22-09-2020, 03:03 PM
(22-09-2020, 02:57 PM)julienrobert Wrote: Thanks! I'm trying to implement your code, do I need to put it in FixedUpdate? because the data changing the rotation is in the update loop.
No need . I'm assuming rotation changes only from one Update() to the next, that's why I'm diving by Time.deltaTime instead of Time.fixedDeltaTime.