I have two positions, my cameras, and one from an object. I want to be able to move the camera smoothly from on position to the other. Since the positions are always different, animation players don't work(as far as I know).

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 3 years ago

Yes, you can tween the "rotation" or "rotation_degrees" property. If you need to tween a specific axis you can tween "rotation_degrees:x" for example.

  • source
  • parent