Today I am starting work on my tournament mode test piece, I first started on the main UI screen where they will start off and keep coming back to see where they are in the tournament.
As I’m doing programming I focused on the code mainly so for my tournament background I got a image off the internet and used it as the background.


When that all was completed I then started working on the code thinking of the main thing which I needed what was a tournament manager, so I created a empty game object and used that to hold the script for managing the tournament. I only started the basic variables that the script needs to hold, like each parts score and the game objects of the icons of each player.
The next day I continued working on this game mode, I made a new scene and some new scripts which only get used in the tournament game scene. The functions I got to working is taking the player to the game scene, goal scoring, timer, end game so it takes you back to the tournament main scene but need to set up main scene to add to scores on to that page of the last game.