Unity hub is a program launcher used for managing all of your unity projects and versions of the Unity editor.
How to Update
Now there may be a time in the future that Unity hub will need updating. When this happens there will be a message down at the bottom of Unity hub that will read “Hub version number is available. To install the update you need to restart the Hub.” It will then have options to RESTART NOW or REMIND LATER. All you have to do is click the restart now button and when it reopens you will now have the new version.
In this lesson, we will show you how to set up your Tic Tac Toe project in Unity.
Lesson 2 Scripts
In this lesson, we create some of the basic scripts for our Tic Tac Toe game.
Lesson 3 Onclick Controls
Now we will show you how to create some of the needed on click function for our Tic Tac Toe game.
Lesson 4 More On Click
This lesson continues on with the creation of more on click function for the different buttons we have in the game.
Lesson 5 Winner Check
This lesson will teach you one of the most important mechanics of Tic Tac Toe the checker. This function runs after each turn and is used to see if there is a winner.
Lesson 6 Winner Display
Once we find a winner we then need to display the winner to the screen. Without this function, you are just marking a grid with X’s and O’s.
Lesson 7 Scores
For this lesson, we will show you how to add points to a player’s score when the win a game.
Lesson 8 Rematch
For this lesson, we will work on some of the UI so the players can restart the game when the match is over.
Lesson 9 Player Display
For this lesson, we will show you how to switch the display for who’s turn it is.
Lesson 10 Cat
In this lesson, we will handle the condition if no one wins the game.
Become an Info Gamer Member Today
Sign up as a member and receive more tutorials, code, and assets for FREE!