Hey,
I’m trying to set a timer for multiple players, using Custom Countdown Timer as a base.
I was wondering what is the expected setup for replicating UI to multiple player :
- Is it OK if I assign the same canvas to all players ? If so, when updating the canvas, will all players update ?
- If that’s not the way, am I supposed to set 1 canvas per player UI ? If so, is a canvas array initialised with a for loop sound like a good plan ?
Thanks