Smooth camera preventing movement

when i add a smooth camera to my object (its a tdrpg) it prevents it from moving it has the smooth delay but no movement. ive reset/deleted/remade the game and it still happens

I’m getting that exact issue. I don’t know how to solve it either.

Someone just helped me with the problem, and it was fixed. Smooth camera follows things on just one layer. So, for me everything being on different layers was the issue. When I moved my background and objects to mark movement to the same layer then it worked. There was also the option to update events to follow the player but let everything else scroll past, but I don’t know how so I just put everything on the same layer and it works now. Hope this helps.

Like this:

CameraCenterX(“”, 0) refers to the base layer camera, and I’m assuming the player object is on the base layer.

1 Like

I’ll definitely use that in future events and games. Thank you so much!