Great job as always. I enjoy these short form courses where you complete a full project in a few videos. And I think referencing your other long courses is a good idea, like you did with sound design.
Thanks Brackeys, I totally missed step "Drag Main to Build Settings window" which resulted in only unity default blue screen.. Blue screen issue figured out after I drag main to build settings window . Anyway Thanks!! This tutorial is great !!
This comment is a Tribute to Brackeys. He served great, he let us copy his code GoodBye Brackeys , We Thank you for the content you make, GoodBye Brackeys, We thank you for the code you bake, GoodBye Brackeys, We want you to cut the goodbye cake...
hi, can you pls help me about scoring? what could be the if statement for it if I want to add score after the player answer correctly? thanks in advance
I am having problem with the score counter in this program can you help me fixed it? Like there is 10 questions and i need the score counter updating every time i correctly answered each questions.
Hey Devs, I've started learning Unity very late and your channel is so empowering and I'm learning faster than anywhere else. I've created this quiz game from the 4 episodes to add fun to my kids schoolwork. Can you help me with scripting to end this quiz with a "You win" or "You lose" and possibly a time limit? Looking forward to insane amounts of dev time :)
Im following your instructions and making my own quiz game im almost done thanks alot I'll let u know once im done. hopefully I can put it on app store and Google android as this can Be my first ever application
1 Tip fot Publishing an app on Play store (Android) .. you need a keystore!go to build Setting -> Player Settings -> Publishing Settings -> create new keystore :) without this you cant publishinh an app
First of all, thank you for the great tutorial series! Very clear! I have a question: What if I don´t want to reload the Scene for every new question because I wanna store the score and highscore. What would you recommend? I already have PlayerPrefabs working, the the question and animation itselft stops next question to show up...
Hello brackeys, is to teach you how to make a quiz on images instead of questions like 4 Pics 1 Word? And how to do that same game that randomizing keyboard where you select the letter in the right places to form the necessary word to complete a level. Thanks for you attention.
I really really enjoyed these short course... thanx...... I even made menu screen.... but. please please make 5th part of how to make score in this game ..everyone wants you to make 5th part because we are having a lot of problem in making score counter for every correct answer.... please help me...
+Brackeys awesome tutorial dude I've finished it til the end. I made some modifications and I was wondering if it would be cool to post a video of it on my channel? Im not making a tutorial or anything just the finished product. I'll give you a mention ofcourse. Thanks for the tutorial series. really saved me a butt load of prototyping.
Quick question. How would i go about adding some more code to get an explanation of the answer if the answer is incorrect eg. "Grass is green" and an explanation of why it is green?
1 - Add a 'public string answerInfo' variable to your Questions class, and add the desired information via the inspector when setting up the questions. 2 - In TransitionToNextQuestion(), BEFORE the Remove(currentQuestion) command, add a line: factText.text = currentQuestion.answerInfo; This will replace the question text with the explanation text for the duration between answering and going to next question. Note that this will show the explanation whether the answer was correct OR false. If you only want it to show when false, you can INSTEAD add the line to BOTH the UserSelectTrue/Flase functions in the false condition for each one (where the debug.log statements say "Wrong").
Wie kann ich zählen, wie oft man die Frage richtig oder falsch beantwortet hat? habe in der question.cs bereits zwei "felder" hinzugefügt die ich hoch zählen lassen wollte doch nachdem die Szene neu geladen wird also die nächste Frage dran ist werden diese wieder auf 0 resettet.
Hey Brackeys, i need your help. how can i make a 60 frame animation play backwards? first goin from frame 1 to 60 and on clicking a button, the frame should play backward i.e 60 to 1
i know this is late but i'm trying to recreate it in android with the same idea and instead of a true or false i wanted to make it into multiple choice kind of quiz game. But i was stuck when I was trying to put the random answers on the different 3 extra buttons, what i did was basically the same as the [question text] with the [text] inside the button but that only puts it in one specific button, and for some reason, the if statements won't accept anything else that isn't bool which made it even more difficult. Any advice? pretty new to unity and i only have the basic knowledge in c#
Is it true that most of the computers running on 32 bit? I have a big and detail project, will it be okay if my game is 32 bit? Will it work for everyone? (The build game is about 6-7 GB.)
I created a variable in GameManager.cs and it counts correct answers. I want to show that count on a textfield on Canvas. Does anybody know how to count score on this? I mean true answers.
I would like to see an implementation with the multiple choice side
RTS game? Thanks dude, you're epic.
Those short series of different games are really helpful! :) Can't wait for the next one
Great job as always. I enjoy these short form courses where you complete a full project in a few videos. And I think referencing your other long courses is a good idea, like you did with sound design.
Dude You're a STAR...... Awesome tutorial
Finished the series and it works great. Thanks so much for the excellent tutorials!
You are awesome! I'm so excited to watch more tutorials like this level and learn from you
This is great, really enjoy these short courses!
1:26 I would really like to see some videos of export and those kind of things...
thanks! i cant wait to see some of those sort series , you ROCK Sir! :D
I love this tutorial😄
Thanks Brackeys, I totally missed step "Drag Main to Build Settings window" which resulted in only unity default blue screen.. Blue screen issue figured out after I drag main to build settings window . Anyway Thanks!! This tutorial is great !!
Yeah, fan of the shorter tutorials. Easier to actually complete them :) Keep it up!
love your hair man
This comment is a Tribute to Brackeys. He served great, he let us copy his code
GoodBye Brackeys ,
We Thank you for the content you make,
GoodBye Brackeys,
We thank you for the code you bake,
GoodBye Brackeys,
We want you to cut the goodbye cake...
Thanks! It works all !
How about a RTS game?
THIS!
YES
i would love to see that just make sure it's high quality
Bump
oo yea
How to make a score to this game? I don't know because after every answer scene reset and score itself too, so i don't know what's solution to this :(
Make the score variable STATIC so it won't reset after scene reload.
thank you :))))
I created a static variable but I want to show in a text field. But I have no idea to do that. Can you help me please?
hi, can you pls help me about scoring? what could be the if statement for it if I want to add score after the player answer correctly? thanks in advance
there's an official Unity course which includes scoring --> th-cam.com/video/9x_N0bwriYs/w-d-xo.html
You are awesome sir,thank you
I am having problem with the score counter in this program can you help me fixed it? Like there is
10 questions and i need the score counter updating every time i correctly answered each questions.
Hey Devs, I've started learning Unity very late and your channel is so empowering and I'm learning faster than anywhere else. I've created this quiz game from the 4 episodes to add fun to my kids schoolwork. Can you help me with scripting to end this quiz with a "You win" or "You lose" and possibly a time limit? Looking forward to insane amounts of dev time :)
Thanks for a great tut. But i have a question sir can you do 5th vid to how create an multiple choice,scoring,timer please...
How about a simple 2D LAN / ONLINE / COOP game, i'd like to learn how to make a lan coop game
Double Thoughts Games Splitscreen racing?
Im following your instructions and making my own quiz game im almost done thanks alot I'll let u know once im done. hopefully I can put it on app store and Google android as this can Be my first ever application
1 Tip fot Publishing an app on Play store (Android) .. you need a keystore!go to build Setting -> Player Settings -> Publishing Settings -> create new keystore :) without this you cant publishinh an app
+imHrvaT thanks dude I'll make sure to publish it
First of all, thank you for the great tutorial series! Very clear!
I have a question: What if I don´t want to reload the Scene for every new question because I wanna store the score and highscore. What would you recommend? I already have PlayerPrefabs working, the the question and animation itselft stops next question to show up...
Hello brackeys, is to teach you how to make a quiz on images instead of questions like 4 Pics 1 Word? And how to do that same game that randomizing keyboard where you select the letter in the right places to form the necessary word to complete a level. Thanks for you attention.
Nice tutorials
I really really enjoyed these short course... thanx...... I even made menu screen.... but. please please make 5th part of how to make score in this game ..everyone wants you to make 5th part because we are having a lot of problem in making score counter for every correct answer.... please help me...
please reply..
How to make scoring system in this game ?
+Brackeys awesome tutorial dude I've finished it til the end. I made some modifications and I was wondering if it would be cool to post a video of it on my channel? Im not making a tutorial or anything just the finished product. I'll give you a mention ofcourse. Thanks for the tutorial series. really saved me a butt load of prototyping.
Hey, Brackkeys! Thank you for you videos!
So When will you upload your next video? one video per a month?
Can you do a tutorial on how to do a asteroids like game or geometry wars or something like that? Ps your awesome
he man! Can you make an extra episode where you explain how to add a score?
Quick question. How would i go about adding some more code to get an explanation of the answer if the answer is incorrect eg. "Grass is green" and an explanation of why it is green?
1 - Add a 'public string answerInfo' variable to your Questions class, and add the desired information via the inspector when setting up the questions.
2 - In TransitionToNextQuestion(), BEFORE the Remove(currentQuestion) command, add a line:
factText.text = currentQuestion.answerInfo;
This will replace the question text with the explanation text for the duration between answering and going to next question. Note that this will show the explanation whether the answer was correct OR false. If you only want it to show when false, you can INSTEAD add the line to BOTH the UserSelectTrue/Flase functions in the false condition for each one (where the debug.log statements say "Wrong").
Dude what is your intro music. Its so nice, can you link it to me please and is the next video a fps tutorial?
Its possible to make a score list? or make a pictures quiz? add pictures?
Thank you very very much
can you please tell me the other way to generate random questions?
As I have added score and timer but it restarts every time the scene is loaded.
Can you please share the tutorial to score and timer here?
hi.
can you make part 5 for send the question from user to developers like some quiz games.
Brackeys do you have make video for fps games playlist
thanks for the great tutorial! Can I build this as an android application? pls help
Brackeys, you could make a tutorial, that shows : How to make dont starve like game. It has some interesting graphics stuff and gameplay...
could you do an RTS game soon please?
this is great! where can i download the project and the scripts
please sir, create a video adding a timer bar and score counter please.
Wie kann ich zählen, wie oft man die Frage richtig oder falsch beantwortet hat? habe in der question.cs bereits zwei "felder" hinzugefügt die ich hoch zählen lassen wollte doch nachdem die Szene neu geladen wird also die nächste Frage dran ist werden diese wieder auf 0 resettet.
hi Brackys this is a plain true or false how to end the game? if the player have a certsin amount of points thnk i
Hey Brackeys, i need your help. how can i make a 60 frame animation play backwards? first goin from frame 1 to 60 and on clicking a button, the frame should play backward i.e 60 to 1
hey Brackeys how can i make my quiz game end after i finished answering all the question and how can i remove the question once its done answering?
What is your visual studio theme?
i know this is late but i'm trying to recreate it in android with the same idea and instead of a true or false i wanted to make it into multiple choice kind of quiz game. But i was stuck when I was trying to put the random answers on the different 3 extra buttons, what i did was basically the same as the [question text] with the [text] inside the button but that only puts it in one specific button, and for some reason, the if statements won't accept anything else that isn't bool which made it even more difficult. Any advice? pretty new to unity and i only have the basic knowledge in c#
Is it true that most of the computers running on 32 bit? I have a big and detail project, will it be okay if my game is 32 bit? Will it work for everyone? (The build game is about 6-7 GB.)
There should be no problem if its 32 bit. Basically everyone can run it.
Okay so Plz what if u want multiple scenes with different questions when you try to load another it keeps the same questions, HEEELP PLZ!
Is there a away to add a question timer/
can u let us edit the game?we can just open a project right?
What do I do if I'd want to have 2 different answers for each Question? instead of true or false for everything.
Hi, how can i end a round for this? or end this game? thank you
How about adding a scoring system?
I created a variable in GameManager.cs and it counts correct answers. I want to show that count on a textfield on Canvas. Does anybody know how to count score on this? I mean true answers.
+Brackeys HEY WHERE ARE THE ASSESTS AND IS THIS LAST VIDEO
Can u give the asset link for this tutorial?
can you allow me to download the broject bleas
Any Link for how to setup levels ?
Does anyone know if I can import a cvs file or someother filetype. If I have like 200 questions it is a bit much to hardcode in like that :)
RTS Game pls
can Brackeys or Anyone upload both the scripts or the project...
How do i make it so that the same questions won't appear again? :)
Do you have a Xbox 360
How do I add four different answers to a question?
hi one doubt this quiz game is play in android ..
how to implement that on popup? not on another scene
HEY THERE ARE MORE HOW MANY VIDEOS OF QUIZ GAME CAN YOU PLEASE TELL ME I AM WAITING EAGERLY TO COMPLETE IT
+The Builder hey are you brackeys i asked him i want answer from him
HEY YOU SAID LAST VIDEO THAN HE SHOULD EVEN UPLOAD ASSESTS I CHECKED AND DID NOT COME
please create a login and register menu with database for android.
can i please use sqlite ty it's help so mach for me.
I want to ask something. can you teach him how to make a word game? example playstore 'a word' game
Hello how to end/exit the quiz with 10 questions
same question how
Please do zombie AI! Please..
YES please do AI.:)
Where can I find the icon as I don't have Photoshop?
Use Gimp it's free
+Diyar Baban OK I had a try with gimp but I can't find the shadow function
Copy and change pyxels to plack with opacity, not so hard
Multiplayer TPS please
thanks but how to add score ?
It's easier with fungus plugin for Unity 3D. ☺
Game AI plz
how do you make a game like gang beasts or human fall flat?
Please send script SceneManager please...
I accidentally erased it
how to add scores
how to control this game on android
Download?
how to change to ANDROID?
WHY BRACKEYS U DIDN'T PUT A SQUARE. I DONT HAVE PHOTOSHOP. NOOOOOOOOOOOOOOOOOOOOOOOOOO. lol
RTS
*cough cough* C# tutorials *cough cough*
the question just loop
how can i stop that and stop the loop
RTS