feat: adding option for NetworkTransform to sync the server's position of NetworkObject not the owner's - #835
Conversation
|
Thank you for the submission! There's other work being done at the moment on NetworkTransform, so it might not end up being merged as-is. But I've added reviewers that know about the other work, and we'll be sure to take into account the requirements. |
|
Hello hello, I believe this is already covered in this PR here |
|
Thank you. Sorry about that |
Oh you don't have to be sorry about that at all! It's great you're adding confirmation that we're going in the right direction in our new design :) |
Added bool option to sync server position.
Implements the same system for a network transform with interp and teleporting.
Syncs and interps the server position on all clients including the Owner. Used for completely server authoritative use cases.