I'm trying to set up a multiplayer card game.
The images for the cards (using button object for card) are being loaded from url and set to a string instance variable on the object. The images load fine on the host side, however the peer doesn't load the instance variable - its a blank string.
Can I not sync instance variables that are strings between host and peer?