Description
The NetworkRigidbody does not sync from owner client to the server; however, it attempts to sync to other clients.
On the server, nothing seems to be happening. But on other clients, the object can be seen jittering between the server and client state.
Reproduce Steps
- Create an object and add the NetworkRigidbody component
- Modify the ownership of the object at runtime
- Manipulate the object on the client
Actual Outcome
Owner can manipulate the object locally but the object does not sync to the server's state.
Expected Outcome
All clients should see the same state for the object
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
- OS: [e.g. macOS Monterey]
- Unity Version: 6000.0.37f1
- Netcode Version: 2.2.0
Additional Context
Nothing to add here
Description
The NetworkRigidbody does not sync from owner client to the server; however, it attempts to sync to other clients.
On the server, nothing seems to be happening. But on other clients, the object can be seen jittering between the server and client state.
Reproduce Steps
Actual Outcome
Owner can manipulate the object locally but the object does not sync to the server's state.
Expected Outcome
All clients should see the same state for the object
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional Context
Nothing to add here