Probably been answered before but I currently have a character driven by locally produced movement, that has server authority input.
I believe it currently uses locomotion to drive the character, could I get any advice/recommendations on how to set this up for prediction or where to start? Is it simply making all movement handled by the server? Etc.
So would I start by ensuring that all Position/Rotation is handled by the server and then how would I get the network transform to recognise that the object is using prediction. Cheers!