Quiz Game Tutorial Unity | Make your own mobile Quiz Game! (2021)

Ойындар

In this tutorial series I'm going over how to create a Quiz Game in Unity ready for mobile. If you've enjoyed playing Trivia Crack, and want to create a Quiz Game of your favourite topic, now it's your chance.
This Quiz Game tutorial is implemented using Unity and C#. Some basic c# knowledge is recommended.
⬇Art Assets (Affiliate Link)⬇
craftpix.net/product/trivia-c...
⬇Download Bigfoot Utils ⬇
bit.ly/bigfootutils
Join Discord to keep up with any updates: / discord
🗣 Let me know in the comments below, what kind of tutorials would you like to see next?
👍 Also, like if you want to see more videos like this one in the future
► Music Credit: 'Low Frequency Music'
Track Name: 'Opportunity'
Music By: Low Frequency Music @ / user-551516820
Official "Low Frequency Music" KZread Channel HERE - / lowfrequencymusic
License for commercial use: Creative Commons Attribution 3.0 Unported "Share Alike" (CC BY-SA 3.0) License. Full License HERE - creativecommons.org/licenses/...
Music promoted by NCM goo.gl/fh3rEJ@ www.ChillOutMedia.com / www.LoFi-HipHop.com

Пікірлер: 43

  • @SquareOneTutorials2020
    @SquareOneTutorials20203 жыл бұрын

    Waiting for part 2, thanks and great job!

  • @BigfootCodes

    @BigfootCodes

    2 жыл бұрын

    Thanks and sorry for the delay, here is part 2: kzread.info/dash/bejne/apdqy9Ohn9q1l8o.html

  • @theAmbroise16
    @theAmbroise163 жыл бұрын

    Thanks for the tutorial. Helped a lot! Waiting for part 2 :)

  • @BigfootCodes

    @BigfootCodes

    2 жыл бұрын

    Thanks and sorry for the delay, here is part 2: kzread.info/dash/bejne/apdqy9Ohn9q1l8o.html

  • @fffideo
    @fffideo7 ай бұрын

    Hi bro, I want to congratulate you for the amazing explanation. It helped me to be able to do my final job of my career of video game development 😀

  • @AntPontes
    @AntPontes3 жыл бұрын

    Thank you for the tutorial. Waiting for part 2.

  • @BigfootCodes

    @BigfootCodes

    2 жыл бұрын

    Thanks and sorry for the delay, here is part 2: kzread.info/dash/bejne/apdqy9Ohn9q1l8o.html

  • @davidmusafiri8405
    @davidmusafiri84052 жыл бұрын

    Thanks for the tutorial my friend !

  • @BigfootCodes

    @BigfootCodes

    Жыл бұрын

    Thank you for the kind comment :D

  • @luck8762
    @luck87622 жыл бұрын

    Thanks!!!

  • @mihaipanciu
    @mihaipanciu3 жыл бұрын

    Nicely done! We are waiting the next part. Also, can you add some sound effects in the game?

  • @BigfootCodes

    @BigfootCodes

    3 жыл бұрын

    Thanks man. Part 2 coming out this week. And later on I'll be adding sfx :D

  • @mihaipanciu

    @mihaipanciu

    3 жыл бұрын

    ​@@BigfootCodes Hello! I hope you are doing well. Please continue this series because is very useful. Your explanations are clear and I like that you, unlike others, you have programming knowledge and you respect the good practices.

  • @BigfootCodes

    @BigfootCodes

    3 жыл бұрын

    Thanks a lot for the comment. Probably next weekend part 2 will be out, I'm super busy with some projects atm

  • @theofficialamt6626
    @theofficialamt66262 жыл бұрын

    This would be cool for us visual learners make a tutorial with bolt. 😁

  • @BigfootCodes

    @BigfootCodes

    2 жыл бұрын

    Might no be a bad idea 😅

  • @theAmbroise16
    @theAmbroise163 жыл бұрын

    Hey! Are you alright? We haven't heard of you in months :O I guess you are busy with a lot of great projects! Just asking .. are you planning to post part 2 someday? best

  • @BigfootCodes

    @BigfootCodes

    2 жыл бұрын

    Hi Ambroise, and thanks for caring! I'm doing well, but due to a lot of work, travelling, and some personal things I had to lay off for a bit. But im back at it again :D

  • @wafernait6888
    @wafernait68883 жыл бұрын

    Thank you so much, that was interesting)

  • @BigfootCodes

    @BigfootCodes

    3 жыл бұрын

    Glad you liked it! Make sure you are subscribed for part 2 later this week 😉

  • @wafernait6888

    @wafernait6888

    3 жыл бұрын

    @@BigfootCodes Of course, subscribed )

  • @BigfootCodes

    @BigfootCodes

    3 жыл бұрын

    Thanks man!

  • @khdijakchaou7348
    @khdijakchaou73483 ай бұрын

    in the script AnswerUI, when I try to execute the game this error comes up : NullReferenceException: Object reference not set to an instance of an object AnswerUI.OnAnswerClicked () (at Assets/scripts/UI/AnswerUI.cs:11) how do I fix it please?

  • @fakhrurforzan5610
    @fakhrurforzan56103 жыл бұрын

    great video! how about part 2? I'm waitingg

  • @BigfootCodes

    @BigfootCodes

    2 жыл бұрын

    Thanks and sorry for the delay, here is part 2: kzread.info/dash/bejne/apdqy9Ohn9q1l8o.html

  • @PratikBilgisayar
    @PratikBilgisayar2 жыл бұрын

    27:29 / using UnityEngine InputSystem; İs Error : Input System doesn't exist in the namespace 'UnityEngine'

  • @ahmedmo429
    @ahmedmo4293 жыл бұрын

    how can i make "multiplayer" quiz game for android and upload it on google play i want steps recommended video to watch and program to use

  • @BigfootCodes

    @BigfootCodes

    2 жыл бұрын

    I would go through this video, understand the basics, and then work your way onto making it multiplayer. If you want to tackle it all at once, it's going to be hard.

  • @Minoterrae
    @Minoterrae3 жыл бұрын

    So, how would you do this if you wanted more than 1 correct answer per question?

  • @BigfootCodes

    @BigfootCodes

    3 жыл бұрын

    Hi, thanks for your comment! If you want to allow multiple answers, I would change the int correctAnswerIndex to be a int[] (array of ints), so you can pass multiple values. And in the check, instead of doing if(answerIndex == correctAnswerIndex) you can do if(correctAnswerIndex.Contains(answerIndex)). Hope it helps!

  • @jeffGordon852
    @jeffGordon8522 жыл бұрын

    Where can I find the assets?

  • @BigfootCodes

    @BigfootCodes

    2 жыл бұрын

    They are paid assets, you can find them here: craftpix.net/product/trivia-crack-game-graphic-assets?affiliate=125748 (Affiliate Link)

  • @jeffGordon852

    @jeffGordon852

    2 жыл бұрын

    @@BigfootCodes Thanks

  • @jeffGordon852

    @jeffGordon852

    2 жыл бұрын

    @@BigfootCodes Thanks, we are weaiting for the rest of the tutorial. Great job

  • @Samurai_CR
    @Samurai_CR3 жыл бұрын

    Where can i get the -Art file?

  • @BigfootCodes

    @BigfootCodes

    3 жыл бұрын

    Hello! I cannot share the files since they are from a paid source, and cannot distribute them! Sorry about that!

  • @Samurai_CR

    @Samurai_CR

    3 жыл бұрын

    @@BigfootCodes And Where could get some similiar images o where can i buy it? Thanks

  • @BigfootCodes

    @BigfootCodes

    3 жыл бұрын

    @@Samurai_CR It's from Craftpix. There is a ton of royalty free content, for such a low price. Here is an affiliate link in case you are interested: craftpix.net?affiliate=125748

  • @betopsky12
    @betopsky123 жыл бұрын

    WHERE IS PART 2!!!!!??????

  • @BigfootCodes

    @BigfootCodes

    2 жыл бұрын

    Thanks and sorry for the delay, here is part 2: kzread.info/dash/bejne/apdqy9Ohn9q1l8o.html

  • @betopsky12

    @betopsky12

    2 жыл бұрын

    @@BigfootCodes 6months later... But thanks!!

  • @BigfootCodes

    @BigfootCodes

    2 жыл бұрын

    I know, better late than never 😅

Келесі