I have an issue where my [SyncVar] float properties are being successfully synched from server to clients, but my [SyncVar] <user-defined struct> property is not.
According to the manual,
I'm fine with...
[SyncVar] <user-defined struct> not syncing to client
According to the manual,
[SyncVar] <user-defined struct> not syncing to client