Hi there, I’m using DOTween & Unity Visual Scripting.
I’m attempting to simply tween a float value. The node DoTween (To) requires a setter method input I believe. But how to define this via a script graph?
Thank you PanthenEye I don’t see this DoFloat node available to me, only for Materials - see attached. Might you know what Type Option or Node’s I might need to add to see this?
My bad, I thought there’s a shortcut for it. Turns out there isn’t one for float and DoTween To is the only option, it seems. So either you write a custom C# node that will do Dotween To or you go for an alternate solution such as Mathf.Lerp.