I set it to unlimited (ticks only) and the fps averages around 90 fps on a device build however the jittering is still exactly the same. There is no notable difference to the eye.
With framerate mode set to Unlimited (full frames) I get around 55-60fps but again the jittering is still present.
As as side note, I also tried exporting without using dt and using VSynced FPS mode, but I still see the same issues even though its running at 60fps.
For example, instead of:
Self.X-(train_speed*(Self.speed_adjust))*dt
I use:
Self.X-(train_speed*(Self.speed_adjust))/70
On PC it runs at 60 fps as well, but everything is buttery smooth to the eye.
Same issues with Worker mode on or off..makes no difference.
Im using 293.3 stable and the tablet is a Samsung A7 Lite
If Im already at 60fps on device but there is this random jittering everywhere, then there's no way I can even optimize to improve things. What use is an fps reading if there is janking all the time regardless? This is a big roadblock for me.