02-18-2025, 02:14 PM
On the point that the current position is not updated to the server until an animation is fully completed. This isn't actually true, it is updated regularly (so that the Observer and other multi-player systems can see each other's movement). Of course you can only be sure you have the final animated position of your robot when it is completely finished animating. However, new commands can be sent and exist on the server until an animation is completely finished and it is used, but only then so it is generally best to wait fully.