Hey!
Just a question regarding regular unreliable events being fired to the server a second per player.
So I have a local aim system that handles aiming of a weapon and also character body rotation based on the camera. I am then sending this to the server which is importantly setting the weapon location on the server and then sending the rest of the data back to the rest of the players to calculate locally.
They key note is I am sending an UnreliableEvent PER PLAYER every 0.5~ seconds. Once received, the server adjusts the weapons position and shoots an unrealisable back to the other players.
Is this okay?