- Home /
[PUN2] Problem at pushing the other players
Hi!
I'm doing air hockeyish game (the only different zones are free) and when players push each other, who pushes see the other laggy. (Who take pushes see normal). Also when I pushes the ball in the corner, I see vibration on my player object but the other screens see well. How do I fix this? May the problem is confliction between players' RPC(or something like that).
Please use imgur or this website to host the gifs. I'll upvote your post so you can reply in a comment ins$$anonymous$$d of an answer.
I've tried here but it can't accept cuz of the size.
In general physics collision synchro is difficult using photon.
best practice would be to have a server based structure for this because you need one client to do the physics simulation and be "the one true instance" that everyone else follows.
Do you have any suggest? Which networking system would be proper?
i guess anything server based but i am no expert on this, i only really worked with photon and speak from my experience.
i have added physics collisions to my game without serversync and i know what you are facing. Though i don't care for some jittering in my case.
you are aware that a perfect phyiscs synchronization without any desyncs is really difficult to achive?
Answer by anilsadio · Oct 16, 2019 at 09:09 AM
I'm putting GIFs about the issues
https://im4.ezgif.com/tmp/ezgif-4-888d31c4be46.gif
Your answer
Follow this Question
Related Questions
Accesing the position of a prefab (Photon Prefab) 1 Answer
Photon RPC is not working in photon? 2 Answers
How can I instantiate different prefabs for owner and proxy using photon? 2 Answers
Multiplayer game : bullets spawning and direction point is shows different with each players. 1 Answer
photon game not responding ? 0 Answers