The Photon Forum
is Closed Permanently.

After many dedicated years of service, we have made the decision to retire our Forum and switch to read-only: we´ve saved the best to last! Your search result can be found below. Plus, we offer support via these channels:

Try Our
Documentation

Please check if you can find an answer in our extensive documentation on Fusion.

Join Us
on Discord

Meet and talk to our staff and the entire Photon-Community via Discord.

Read More on
Stack Overflow

Find more information on Stack Overflow (for Circle members only).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

Jitter When Enabling Client Predicted Physics

MiniSterben
2023-02-28 19:00:23

Hello, I have been working on a small project to learn Fusion. The goal is to make a 2D hover-racer game like the original F-Zero. Right now I have a simple environment where multiple players can join a room and drive around a flat plane I stuck a track texture on.

The players are controlled by a control script that calculates a velocity vector to send to the network rigid body. It was behaving as desired apart from input lag for non-host players, so I tried enabling Client Physics prediction. However, this seems to cause a lot of jitter. Here is a video showing what happens for a non-host player: https://youtu.be/ys1g1SiiD4U.

Does anybody have any idea how to fix this? As of right now it seems like I have to choose between having input lag with no jitter or jitter with no input lag.

Thanks!

Comments

Back to top