I have two Vector 2 values, and I need them to fade from one to the other. (or from Current to New value), and with Interpolation.

Is there a good way to approach this? Currently using Change Field, which works but lacks the tween.

image
Tactics RPG Grid Battle System for ORK
---------------------------------------
Personal Twitter: https://twitter.com/AMO_Crate
I make RFI! https://twitter.com/NootboxGames
  • Hm, probably best to use one of the Vector3 nodes (e.g. Vector3 Lerp, Vector3 Move Towards or Vector3 Smooth Damp) to store the new value into a variable and use the variable to set the field.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.