Smooth crouching replication

Depends on the type of game. For example I’m working on a BR. Line traces from camera are used for looting, and weapons firing. For projectiles I use the camera trace to determine down range trajectory… basically all of aiming.

Any discrepancies in the camera position, pitch, yaw between client and server results in a bad experience for the client. Server authority!

1 Like