What’s wrong with this camera setup? I tested not having a transform parent (used for easy centering), tested bypassing message system. Shouldn’t the camera always center on the object? Instead you can see it goes a little ahead.
Self contained samples based on https://github.com/britzl/publicexamples/tree/master/examples/camera
camera-test-laggy.zip (27.0 KB)
camera-test-lag-module.zip (27.5 KB)
Here is a more extreme example with click and drag accelerated scrolling to show how bad it gets !? Simple fix and I’m just doing something stupid I hope?
camera-test-extreme.zip (27.8 KB)
And less extreme with click and drag but it should still center??
camera-test-less-extreme.zip (27.9 KB)
If you disable the camera you can see the object does move smoothly and isn’t jumping around like how it appears with the camera enabled.