Mini Golf Controller 3D
1:12
Ай бұрын
Unity 3d G Code Simulator
3:35
How to make a Quiz Game in unity
45:28
3D Cube Merge : Unity Game Asset
3:08
Пікірлер
@SenpaiZeroo
@SenpaiZeroo 2 күн бұрын
thank you so much
@Alex_Power
@Alex_Power 5 күн бұрын
This is great stuff, thanks!
@apatsa_basiteni
@apatsa_basiteni 6 күн бұрын
Awesome! Helped me out 3 years later💐💐💓💓 Much thanks.
@Ajax-oq7ml
@Ajax-oq7ml 9 күн бұрын
simple but effective, thank bro🥰
@Grafikgames
@Grafikgames 9 күн бұрын
Welcome 😊
@apatsa_basiteni
@apatsa_basiteni 11 күн бұрын
Thanks. Good to see now you are doing with voice overs.
@linmal_
@linmal_ 21 күн бұрын
Hi, I made three questions and added photos everywhere. But it doesn't work, the buttons don't work, the console is empty. Help please
@Grafikgames
@Grafikgames 21 күн бұрын
Did you follow along the video exactly?
@linmal_
@linmal_ 21 күн бұрын
@@Grafikgames Yes, I watched until 14:41 . Your functionality works, mine doesn't.
@Grafikgames
@Grafikgames 21 күн бұрын
@linmal_ follow along you might be missing something there.
@linmal_
@linmal_ 21 күн бұрын
@@Grafikgames Bro, I've already rewatched it 4 times. The buttons don't work. Do I need to set it up in the game manager? It's not in the video. Do I need to go into the button settings? I understand, I'm pissing you off . Please help me
@Grafikgames
@Grafikgames 21 күн бұрын
@linmal_ just make sure check the on click function on button
@madpenguin3664
@madpenguin3664 22 күн бұрын
will this also work as a main menu?
@Grafikgames
@Grafikgames 22 күн бұрын
Yes
@bero2915
@bero2915 29 күн бұрын
These kinds of videos are very useful for beginners .. Thanks 🙏
@prtygrl5077
@prtygrl5077 Ай бұрын
shift click, just zooms out
@pareshbagada13
@pareshbagada13 Ай бұрын
That's cool buddy
@Grafikgames
@Grafikgames Ай бұрын
Thanks
@donpilo20
@donpilo20 Ай бұрын
thanks for the video ,but work or dont? i dont see the demostration in this video,thanks
@Grafikgames
@Grafikgames Ай бұрын
It works. if you follow along the video u will find that it works.
@towel3452
@towel3452 Ай бұрын
Hey, at minute 8:06 I can't find the create quiz option. Do you know why? Also, when I make the QuestionData script just as shown I get the error "Identifier expected" is this because we need your asset? Thanks!
@Grafikgames
@Grafikgames Ай бұрын
In assets folder right click and select question data scriptable object.
@vinaytarigoppula7797
@vinaytarigoppula7797 Ай бұрын
hey man... so did you get that option or not can you help mee
@vinaytarigoppula7797
@vinaytarigoppula7797 Ай бұрын
@@Grafikgames can you explain more broo
@Grafikgames
@Grafikgames Ай бұрын
@@vinaytarigoppula7797 did you create Question Data scriptable object. ? If yes then right click in the assets folder and on top u will find Qts Data
@deepfacts.videos
@deepfacts.videos Ай бұрын
THX <3
@AshwinSKumar
@AshwinSKumar Ай бұрын
Hi I hop your code works!
@Grafikgames
@Grafikgames Ай бұрын
It works
@AshwinSKumar
@AshwinSKumar Ай бұрын
@@Grafikgames Great!
@suegamestudio9023
@suegamestudio9023 Ай бұрын
👍👍👍👍👍
@scjohnson243
@scjohnson243 Ай бұрын
This looks great, Will go through it after work! Thank you for this.
@matiasjacobsen2647
@matiasjacobsen2647 2 ай бұрын
youre a life saver thanks!
@maru6096
@maru6096 2 ай бұрын
Hello, thanks for the video. I’m trying to make a side scroll animation. I have absolutely no idea about Unity, is it possible to export as 1080p for an IPhone video as an animation?
@JP-og7jf
@JP-og7jf 2 ай бұрын
where's the asset link
@Grafikgames
@Grafikgames 2 ай бұрын
We updated the link in description.
@JP-og7jf
@JP-og7jf 2 ай бұрын
@@Grafikgames can you show where can get waypiont circuit script
@Grafikgames
@Grafikgames 2 ай бұрын
Select the Waypoints game object and click add component then type Waypoint already will find the script there.
@kabosboss
@kabosboss 2 ай бұрын
Thank you, it helped a lot
@BRYD
@BRYD 2 ай бұрын
how do i get my camera to follow my clone car and get it to spawn where i want
@MominUmer-cuddlefish
@MominUmer-cuddlefish 2 ай бұрын
put camera in prefabs it should follow it in same car gameobject
@Grafikgames
@Grafikgames 2 ай бұрын
You can use Find game object with tag, and assign a tag to your car. this way in the start method the the camera follow script will find the car with specific tag and it will follow it.
@Sejebille
@Sejebille 2 ай бұрын
Is the script for the ball the same as the video before? or is it a new script.
@РоманТулакин
@РоманТулакин 2 ай бұрын
Hi! I repeated the project code, but it gives an error when starting: NullReferenceException: Object reference not set to an instance of an object. (in 41-43 lines) What could be the reason?
@Grafikgames
@Grafikgames 2 ай бұрын
Did you add the questions and images into the scriptable object ?
@РоманТулакин
@РоманТулакин 3 ай бұрын
Hi! Thank you so much for your tutorial! I repeat after you, but when I start the quiz, only the first question is loaded, and the rest of the questions are not and the game does not respond to button clicks. What could be the reason?
@Grafikgames
@Grafikgames 3 ай бұрын
Did you add the other questions in the Questions data scriptable object ? Make sure to add each one with replies and correct reply index
@РоманТулакин
@РоманТулакин 3 ай бұрын
​@@GrafikgamesYes, I added it. In order to test, I added only 3 questions, but after launching, the first one opens, and when you click the button with the correct answer, nothing happens, the next question does not load)))
@Grafikgames
@Grafikgames 3 ай бұрын
Check images, did you add images for each questions also ?
@Grafikgames
@Grafikgames 3 ай бұрын
İf you follow the steps in the video u can figure out to fix it
@РоманТулакин
@РоманТулакин 3 ай бұрын
​@@Grafikgames Ok! ) Thanks!
@no.7992
@no.7992 3 ай бұрын
thanks u help me a lot
@MagicCPM
@MagicCPM 3 ай бұрын
is it all handled via physics by applying the right forces to the ball, or is it handled via splines?
@Grafikgames
@Grafikgames 3 ай бұрын
Right, Both of physics and curve working. U can apply the force you like. The ball also collide with other objects.
@SOPRANOSS75
@SOPRANOSS75 3 ай бұрын
can you make with animation
@exploring.wonders.
@exploring.wonders. 3 ай бұрын
thanks!
@MaxSnijders
@MaxSnijders 3 ай бұрын
The website link to your blog does not work anymore. If possible, could you send me the code? Thanks!
@Grafikgames
@Grafikgames 3 ай бұрын
We have updated the link
@MaxSnijders
@MaxSnijders 3 ай бұрын
@@Grafikgames Thank you so much!
@izumrudik_zduka
@izumrudik_zduka 3 ай бұрын
You best 🎉
@racingrevved
@racingrevved 3 ай бұрын
this is so goood now if i want to go to different scenes or like different timelines with each colour how do i do so?
@Grafikgames
@Grafikgames 3 ай бұрын
Add button component to each image and use on Click function
@racingrevved
@racingrevved 3 ай бұрын
@@Grafikgames thank you and would you like to work for my game?
@sara-u1y5p
@sara-u1y5p 4 ай бұрын
Question: How did I add the last thing? All questions: How were they linked in the code? Please respond
@Grafikgames
@Grafikgames 4 ай бұрын
It's the question data scriptable object. Simply navigate to question data scriptable object and you can add questions from there.
@fahri_rh9
@fahri_rh9 2 ай бұрын
​@@Grafikgames how do i get that
@Grafikgames
@Grafikgames 2 ай бұрын
It is the question data scriptable object
@ethanwatson8349
@ethanwatson8349 4 ай бұрын
Great tutorial. To the point and showing all the options. Thanks.
@hmtken2213
@hmtken2213 5 ай бұрын
nice video but i still dont understand how or where did you store the question and answer data. At the end of the video, i see all the questions have already been there and i have no clue about how did the data loaded 😭😭
@Grafikgames
@Grafikgames 5 ай бұрын
In the script folder right click then select create , on the top u will find Qts data scriptable object add it to the question manager , also that scriptable object is where u add questions..
@MrNebul-ru5fb
@MrNebul-ru5fb 5 ай бұрын
how did u turn the color to gray? i mean when playing the game, the background is gray, i have no background can u help me with that please?
@Grafikgames
@Grafikgames 5 ай бұрын
Change your camera to solid color.
@notnotiron
@notnotiron 5 ай бұрын
Yo man thanks for the quick tutorial, really helped
@thinks0.0
@thinks0.0 5 ай бұрын
Bro Thanks for tutorial you saved me to you are a real hero
@anthoniofernandie8975
@anthoniofernandie8975 5 ай бұрын
Thank you so much you are a life saver
@jupiterbjy
@jupiterbjy 5 ай бұрын
voice is small but was really useful, continue making tutorials!
@skate1
@skate1 5 ай бұрын
I love how your so detailed in your script. Not many developers code this well
@chemistryofcat2485
@chemistryofcat2485 5 ай бұрын
Thanks man. You deserve more subscribes and likes. Its working fine.
@mariolmoura
@mariolmoura 6 ай бұрын
Thanks a lot.
@CJ7andJR7
@CJ7andJR7 6 ай бұрын
Nice
@RetiZiXGaminG
@RetiZiXGaminG 6 ай бұрын
Hello, could you make a link to Google drive, otherwise this link does not work for me!
@Grafikgames
@Grafikgames 6 ай бұрын
We updated links
@bablugaonkar666
@bablugaonkar666 6 ай бұрын
but i have a problem with the code her replyButtons[i].onClick.AddListener(() =>; { CheckReply(replyIndex); )}; its giving me error
@bablugaonkar666
@bablugaonkar666 7 ай бұрын
very nice video excellent
@Yarik-Sadoviy
@Yarik-Sadoviy 7 ай бұрын
Ooh nice😊 I will try this in my project))))
@cmam5897
@cmam5897 7 ай бұрын
Hi, maybe you can make a tutorial so that you get the questions and answers from a database.
@Grafikgames
@Grafikgames 7 ай бұрын
We will make it soon. We have already implemented the Xml database in our asset in description. It allow you to save and Add , Edit and load questions from Xml file as well as saving progress.
@kbcn-b2j
@kbcn-b2j 7 ай бұрын
thanks. can you share your files?
@vennelasrinathpenumarthi
@vennelasrinathpenumarthi 7 ай бұрын
where and how we store our questions in our project?
@Grafikgames
@Grafikgames 7 ай бұрын
In Qts Data scriptable object.