DOMove and LookAt simultaneous
« on: August 25, 2015, 10:06:24 AM »
I'm facing the problem when flying a camera to a certain point using DOMove and executing a LookAt tween at the same time, that the LookAt rotation is calculated according to the transform values before the DOMove action is executed.
The desired effect would be that the tween would update the required rotation realtime as the DOMove tween is executing.
Does anyone have a tip to achieve this?