Hello , we’re making an online trading card game (with 2 players) and we’ve come to the point of making the turns. But we’re not really sure how to make them.
Do we have to use different scenes for each player or its possible with 1 scene.
Searching through the forums and answers on the unity website , we’ll have to use “yield” to make the turns as a whole ?
Also the functions will be called with an “End turn” UI button.
Any tips and suggestions are more than welcome. Thank you in advance.