There’s a cubemesh simulates physics and replicates its movement on server.
It will fall on the ground from sky where spawned.
If there’s another client connect to server, the cube on client will stay on the sky where spawned. Because the
physics cube already fall sleep on server! No replication at this time.
So how can I replicate the physics state initialy.
Thanks!