nicholas-maltbie / PropHunt

PropHunt game attempt using Unity and the Data Oriented Technology Stack
MIT License
11 stars 0 forks source link

Door Choppy Movement #177

Open nicholas-maltbie opened 3 years ago

nicholas-maltbie commented 3 years ago

Need to address door movement choppy on the client. This can be fixed by adjusting the elapsed time on the client as well as the server (right now it is only on the server). This is handled in the DoorStateMachineUpdateSystem. This can be implemented by allows it to update on the client but only allowing it to take specific actions (like increasing the elapsed time). And then the client may need to have some smoothing so the door doesn't move backwards when it gets a message from the server.