Reply To: Can't tween two things at once?

Forums 💬 FlowCanvas ⚙️ Support Can't tween two things at once? Reply To: Can't tween two things at once?

#12487
Gavalakis
Keymaster

    Hello again,

    Hmm. Cant, you simply replace the Tween Quaternion (along with the manual setting rotation from the Update port), with a Tween Rotation? For the explained reasons in my previous post, you need to either let DOTween update the tweens (using Tween Position and Tween Rotation) within its own update loop, OR use “Tween Vector3 -> Update -> Set Position” and “Tween Quaternion -> Update -> Set Rotation” nodes for both as well, so that both update from within the graph update loop.

    This way you will ensure that both will be updated at the same update loop with an order of execution also being the same as the order of execution of the nodes.