Explanation:
When im tapping TAB my camera slowly changes from camera position 1 to camera position 2
I also want to make animation when changing cameras faster
How can I fix this and improve my code?
Im a newbie and probably wont understand some things
Theres a character controller code:
Theres a video showcasing scene:

  • xyz replied to this.

    My character setup also:

    sh1rom1k Never await in _process() unless you're 100% sure what you're doing.

      xyz can you help me with my script?

      • xyz replied to this.
        • Edited

        sh1rom1k I just did - eliminate that await.

          xyz I’m a newbie , I don’t know how to make that code better

          • xyz replied to this.
            • Edited

            sh1rom1k Then you shouldn't have used that code in the first place. Start with something simpler. Look at the introductory "my first game" tutorials in Godot's official docs.

              xyz can you just help me with my code please? I just want to smooth my camera movement.

              • xyz replied to this.

                sh1rom1k Well then just remove awaits and use regular signals instead.

                  xyz what signals? Can you give me an example?

                  • xyz replied to this.

                    sh1rom1k The same signals await is awaiting for. You wrote those, right?