Smooth camera extension jolting and bugging out

I’m trying to get the camera to smoothly follow the player in a short transition.

The camera should follow the player smoothly on the Y axis as the player falls.

What is happening instead is when I switch to the scene where the transition takes place, the camera jolts very far downwards and to the right, then comes back up to centre on the player, although still offset to the right.


(No events used for the camera, just the extension)

I’ll try to put the video link in the replies since I can’t add more media.

I can also provide extra images/videos if necessary.
Thanks!

Video of the issue:

instead of using the smooth camera extension, try tweening the camera with “easeinoutquad” on 0.1 seconds, that should do it

Tweens are really not a good choice for this.

The issue is that the extension don’t force the camera to be centered at the player when the scene start. You can center the camera on the player at the beginning of the scene to solve this.