Topic was automatically imported from the old Question2Answer platform.
Asked By
timothyqiu
I’m trying to make an infinite level for a platformer game. At the end of level, I update player’s position to the other end, which looks exactly the same, to make it looks infinite.
It works fine with a normal Camera2D. With a smoothed Camera2D, the camera moves to the other end with smoothed animation.
How can I update the camera’s position without affecting the smoothness?