How do I sync variables across the network when new players join?

Options
Hi,
I am trying to sync some variables to a new player when they join, but I don't know how I would do that. In UNET I could just put a [SyncVar] above the variable name, but I don't know how to do that here. I am still confused about how RPCs work.

Can someone please help me with this?

Thanks

Comments