I have a gameObject that moves its position according to a cinemachine track and I’ve setup a signal to execute a Quaternion.LookRotation on another gameObject, but I cannot move it’s rotation because of the cinemachine track.
I only control its position and not its rotation, is there a way to achieve what I’m trying to do?