Updating AutonomousProxy regularly from its Authority
Pros:
-Won’t desync with server.
Cons:
-Can’t do every frame,
-Jittery on client.
Sending delta velocity/position data through the RPC rather than input data
Pros:
-Less error from intergration / angle math,
Cons:
-Harder to validate,
-More desync?
Doing Physics calculations at predictable rate, rather than at frame rate.
Pros:
-Less error from client vs server frame rate variability?
Cons:
-More error from bigger deltaTs?