Sorry for the probably silly question, but i'm trying the "multiplayer part" of my game and have a doubt
When i sync objects, i don't sync also UID right? Because i have tiles and cards that players select and i wonder if i have to put an instance variable identifying them (like 1, 2, 3 and so on for tiles and cards) or can be simply done with their UID.
Thanks