Hi,
I am wondering if it's possible to do this.
Host uploads a custom image via FileChooser
This sprite is then synced to the peers in the game so they can see the custom file as well.
I tried coding it, but it only shows up on the hosts side.
Any ideas on how to implement this idea?
An example of what this would look like in game:
Host is playing my pong game.
They want to replace the pong paddle with an image of their face.
They upload an image via FileChooser
This new image would then be shared to the peer
So, in this example, anyone joining my pong room instance would see my stupid face as the pong paddles, instead of the default pong sprite.