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).

  • simple@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year 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.