Guess Game Unity Tutorial - 4 - Finishing Our Game - Guess The Number Game Unity

preview_player
Показать описание
If you are a complete beginner and want to learn how to make games click on the link below and start learning by creating your first game in 40 minutes

Our Website (You can download the tutorial assets from here)

Like Our Facebook Page

Join Our Facebook Group

Subscribe

#unity2d #unity3d #gamedev
Рекомендации по теме
Комментарии
Автор

Well I had to start at the beginning to fully understand your newer vids, but again this video was very helpful! Very glad you are doing tutorials man!

kY
Автор

Thanks for keeping the oldies but goodies on your channel!

josegarrido
Автор

this is best beginner game to try in unity so far. Thanks for making this

m.pravin
Автор

Very nicely explained tutorial Fahir :-) Keep it up!

aritrachatterjeegaming
Автор

MANY THANKS FOR YOU REALLY WONDERFUL COURSE YOU DESERVE A RESPECT

yahia
Автор

Thank you so much for your great work. You are awesome))

lubaosipuk
Автор

Really good tutorial! It helped me with my game ( its not a guess the number game)

kristiyanaleksiev
Автор

if you guys have a problem about counts first add countGuess = 1 in awake method then change the countGuess = 0 to countGuess = 1 in PlayAgain function. Probably there are different ways but this also work.

dogo
Автор

I just went through this tutorial... Small point, but I think the guess count is off by one! For instance, if you guess the number on your 6th guess, it says "5 guesses." No?

chrisromanovfx
Автор

if an int number is not entered into the input text field then I get this error message:
FormatException: Input string was not in the correct format.
How can I fix this so only int numbers can be entered into the text input field? thanks.

aussiedev
Автор

Excellent tutorial! Is there any way to make the game automatically reload guess without "Play" button?

embiant
Автор

It was good but your counts were wrong. When it took you 6 trys to guess your output was 5.

stephen
Автор

public void PlayAgain()
{

countGuess = 0;
}

iqmal