#Camera moves in "steps"

1 messages · Page 1 of 1 (latest)

ember tangle
#

Will there ever be a fix for this?

#

The camera always moves in these rather jerky "steps" and not smoothly.

kindred stratus
#

idk if its just me but the video wont work

ember tangle
kindred stratus
#

its working now, just a discord moment haha

#

what kind of FPS are you getting?

#

it might be a camera is tied to FPS kinda thing. im getting 120ish in that scenario and its fine for me

ember tangle
#

I get a full 144 fps

#

This has literally been an issue for the past 4 years

#

I've run the game on 3 different machines in that time, and notice the same thing every time

#

Heres a video of the exact same thing happening to someone else

#

I did some digging into the Unity Documentation, and apparently this is caused by not using a camera script that tracks motion smoothly.

#

Camera moves in "steps"

kindred stratus
#

hmmm

reef topaz
#

The reason for this is that I use 1:1 input between mouse movement and camera control, and is intentional. I could interpolate this, but even with very fast interpolation, some (like me) will feel that the input is "lagging" behind in a way.

I could for example implement a toggle/setting that turns on or off interpolation.

ember tangle