I'm trying to synchronize the local rotation of a spine for the player's aim, with the network transform it does not work, searching the internet I have found several ways that are more or less like this: https://pastie.io/doaavb.cs.
but it seems strange to me to send commands each frame in the update, is it the appropriate method to do it? thanks in advance