- Home /
Arrow Indicates "Your Turn" in a 4 players game
I have a matching card game, over a network for four players.
I need an arrow to indicate "Your Turn" to players.
I was thinking about placing a grey four armed arrow at the center (players sat around a table) and colored the one that point towards the direction of the player who goes next. Something like this (but made of 4 different ones)!
It will be grey and will light up and get red when pointing towards correct player. The problem is that I don't know how to approach the problem. - as GUI? - as an object in the scene, seen over the network? - any ideas where to stat from, with a "your turn" logic perhaps?
thanks very much
Well, start with making something that keeps track of whose turn it is over the network.
I'd start with something really simple, maybe just a label that just says "It is 's turn", where can be a name set for a player or just player 1, player 2, etc.
Once you have something like that working, expanding it to color the correct arrow should not be too difficult.
Your answer
Follow this Question
Related Questions
network GUI not working 1 Answer
health system and gui update 0 Answers
Photon in JavaScript? 1 Answer
GUILayout element alignment issue 0 Answers
Button To Web Address 1 Answer