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

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

#2786
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.

Join us on Discord: https://discord.gg/97q2Rjh