The lerp camera works fine but for some reason whenever the screen starts camera starts from the middle of the screen moving towards the player until centered.
Is there any way i can just immediately center the camera on player?
There is also an issure where if i kept the game idle for a while the camera would “jitter” a little bit where it moves around and then recenters on the player.
I’ve tried adding the “non lerp” commands first to see if it’ll work (basically trying to center the camera instantly and then changing it to lerp) but it didn’t.
To adjust the camera pretty much. Puts the player a tad bit lower left on the screen instead of the center. Tried to go with the “Super Mario” look with the camera.
I’m very sure that’d conflict with the lerp, you can try adding it to the players or y position in the lerp, rather than having another action to do that