Hello I'm new to Unity, but have experience in programming,
Turn Based Multi-Player game, not controlling a character
- I want to create a simple demo. I want there to be a cube, in the middle of a plane, that changes colors when you click it. (This was easy to implement)
- I want there to be two players, who take turns clicking the cube.
- The cube will only change colors if it is your turn. If the cube changes colors, the change will reflect on both the players' screens.
Turn Based Multi-Player game, not controlling a character