[Solved] Center camera on object problem

Hello,

I am using the “Center the camera on a object” action but I need to stop the scene shaking. “Center camera only on X position” it´s not an option because I my game proyect moves throu all the Y position.

Thank you for your help

Check out this tutorial to help smoothen the camera movement, and possibly remove the shaking.

Otherwise, you can conditionally move the camera by checking that the distance between the camera and player is greater than a set amount before centering the camera.

1 Like

It works perfect. Thank you for your help!. :+1::+1: