Technical question, when my game runs at 120FPS vsynced it runs really smoothly: gyazo.com/189e268714c8fe8ed52e574814e9a356 (you can see the fps on the top left!
When the FPS drops below 120FPS everything beginns to jitter like crazy. All i do is moving the Car on the X axis and let the 3D cam follow. Everything is done with delta time, and the cam even lerps. But it looks like the car does jumps left and right: gyazo.com/0da31039ec1b9c255ae62f7bb06de737
Any ideas what this could be?
Another Problem with the cordova export debug APK:
On my tablet the game runs smooth with 60 FPS in the remote preview, but as soon as i do a debug APK Cordova it does not get over the 44 fps mark. Which would be still fine as it also uses less processing power (maybe energy saving android shit) however, bcause of the issue with the jankyness it gets unplayable! Same Problem on my smartphone, it runs at over 100FPS but it janks like hell! (galaxy s22 plus)
When i make the cam static the effect is less noticebal but you can still see the car jump arround a bit. gyazo.com/466280241d42ca1dcc7843231e550ca9
The problem with this is, its still 90FPS so it should be DAMN SMOOTH even if 30FPS are missing... I dont get whats going wrong here
Here you can see the issue isolated, top left is fps next to it CPU: gyazo.com/6506c45ee5372c1c4f500b1ade22e6e2
If i dont use delta time the jumping becomes less noticebal, at least its playable, the obvious problem is we cant FPS lock a game: gyazo.com/41735fd4af6d4c607047f04f5283e680 (moving without deltatime)
So on my pc it runs on 144 on my phone at 120 and on my tablet at 60/40FPS... i rly thought till 2023 construct would have overcome those problems but it still seems not to be possible to make an "ambitious" game in it
EDIT: OK, there MUST be something wrong either with Chrome or the Engine... I tested the unlimeted mode, no Vsync and it still stutters like HELL with over 2000 FPS... what the hack?
gyazo.com/12f9dc0994d2bcd742a102f6816e39ce You can see a bad one at sec 4-6
I am thankfull for any ideas about this issue.
Note: I rly love construct and i made a lot of advertising over the years, but i beginning to ask if the engine will ever be really usable. Its just to frustrating spending days trying to fix and issue just to find out that there is nothing you can do about it. Or maybe i am just using it wrong...
Chrome Performance record: gyazo.com/d08684e40bd079577784c7335e5844f7