- Home /
In unity3d client “push” an object with a rigidbody2d slower than the host
The game has an object that contains the component rigidbody2d and polygon collider. By design, the player can push it. When testing, network host pushes the object with a speed greater than the player-client. The sync position of the object is correct and the object correctly displays on host and client.
I'm trying to make the push force the same for both players.
Settings rigidbody2d and networkTransform on object and players are identical except for the weight and friction forces, and thus all the players can push each other with equal speed. In other words, the host pushes the client with the desired speed and the client host pushes with equal force.
Please help to resolve the issue. Attached screenshots of settings of the components
Your answer
Follow this Question
Related Questions
Network rigidbody synchronize 0 Answers
SyncVar works with disabled components? 0 Answers
[SyncVar] protect Cheat Engine 0 Answers
Unet Rigidbody Sync on Client 2 Answers