79466635

Date: 2025-02-25 13:02:31
Score: 1.5
Natty:
Report link

If all you want is to animate an object in a circular path, you can create a curve3d: https://docs.godotengine.org/en/stable/classes/class_curve3d.html

with a pathfollow child:

https://docs.godotengine.org/en/stable/classes/class_pathfollow3d.html

then, you just add your object as a child of the pathfollow. To move the pathfollow along the path, just modify its progress_ratio. This technique also works for other, more complicated, paths.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: user2635469