Is Fusion Shared mode not good for physics?
The whole answer can be found below.
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).
Is Fusion "Shared" mode not good for physics?
minaammunir
2022-09-05 01:32:57
I found that the "Shared" mode is good for mobile games. But I found in a video tutorial that the "Shared" mode is not good for physics between NetworkObjects which are controlled by the user. Is it correct?
Comments
I just tried making a ball game in shared more, that's not a good idea for many reasons, I'm fairly new to fusion but on that part I'm pretty sure.
You don't have client prediction and simulations as far as I know, and the object (e.g in my case the ball) is under the state authority of one player instead of being on the server/host.
This means that the player who has the authority over the ball (master client) will be transferring the information of the ball and that is also pretty bad for several reasons.
Back to top