This is an automated archive made by the Lemmit Bot.

The original was posted on /r/godot by /u/tobiski on 2024-10-04 19:40:04+00:00.


I started to learn Godot during the summer and I’ve been developing my game for some time now and was looking for a way to smoothly transition Node position between two points and also have some easing.

Lerp function didn’t work as I wanted (and I was using it wrong) when I started searching for other solutions and found the built-in Tween class, what an absolute master class!