What a good tutorial friend, I'm from Latin America and I like to watch your videos, keep uploading content
@jacobb.3d3 ай бұрын
Hi, I just finished watching your video and it was great, good job. No less for those who would encounter the same problem as me. I ran into a problem where my buttons didn't respond after I created everything according to the tutorial. No less, the fix is simple. You only need to add "EventSystem" to your Hierarchy scene, which you can find at the very bottom of the UI. And that solves the button interaction problem. I hope this helped someone.
@korosenseicomics2 жыл бұрын
Thanks man, it worked. You can even change the buttons names, just need to make sure to also change them in the script.
@user1productions8832 жыл бұрын
Glad you found it useful my friend !
@hyioxh52472 жыл бұрын
u deserved more subscribers ur tutorials are amazing!!
@user1productions8832 жыл бұрын
Thank you so much my friend! Stick around because we are going to the top !
@wisnusarputa99812 жыл бұрын
finally, what you've been waiting for🙏🙏
@user1productions8832 жыл бұрын
Da dadadadada dadadadada dadadadadada introducinggggg the main menu system (SpongeBob reference)
@merked-2 жыл бұрын
You do not know how useful you are bro keep it up!
@user1productions8832 жыл бұрын
Really appreciate the support my friend
@digitalhouse69692 жыл бұрын
keep up the good job. this is an amazing series
@user1productions8832 жыл бұрын
Absolutely my friend, we have some awesome videos coming out soon !
@digitalhouse69692 жыл бұрын
can you make a tutorial about making an intro cut scene... like the player wakes up and gets up in a first person view of course. thx
@hyioxh52472 жыл бұрын
yeah it will be good
@user1productions8832 жыл бұрын
You got it my friend! In the sneak peek of my game in this video you can see once you start it’s in a cutscene !
@digitalhouse69692 жыл бұрын
@@user1productions883 lmao that is why i commented asking for it. thanks a lot.
@johnchris45152 жыл бұрын
@@digitalhouse6969 Here is an example you can just use the SetActive to the Intro cam and Player Cam Example: //Start PlayerCam.SetActive(false); IntroCam.SetActive(true); and then make an animation of the cam and the player body
@Abdel-Qader2 жыл бұрын
excellent tutorial keeep uppppp can you please explains mechanics in games like fear of fathom .. messages ui system .. hold object and react with it (holding food and eat or water) .. glitch when enemy catch you and these stuff .. thanks so much
@user1productions8832 жыл бұрын
I have a lot of these planned for the future tutorials, thank you for all your support !
@darsad70122 жыл бұрын
i'm waiting for the second part!
@MummifiedMonke Жыл бұрын
I like your home menu and thanks.
@dibu7223 Жыл бұрын
Hi for me everything works fine butt when i click on the start game button it loads and after the loading the game starts but the main menu screen doesnt go, like the game is running in the background. I have followed all the steps please help what to do with it
@Mistery_Soldier2 жыл бұрын
Hi! Can you make the Game Over Screen Tutorial?
@schizoclownva Жыл бұрын
is it possible to duplicate the start button so it can play different scenes instead of one? i wanna make a map selection screen in my game
@user1productions883 Жыл бұрын
Of course !
@hauntngu40022 жыл бұрын
I'm using 2021 Unity. The scripts I tried to use don't work since they involve Standard Assets, and 2021 Unity uses Starter Assets which replaced them, and can't do a few other things the way you've done them. Is there a way you would be able to help with this?
@user1productions8832 жыл бұрын
Mind joining the discord? Myself or another game developer in there can start to break down this issue ( found in description in tutorials 5-30
@janzich1201 Жыл бұрын
I have a small problem: when i start the scene the mouse cursor disappear and i cant control anything i checked everything but i just cant find the problem
@MichałPawlak-t8i Жыл бұрын
Nothing works Unity 2022.3.2f1 URP project TMPro
@maxxytka6 ай бұрын
If your buttons not working make sure if is event system object created
@MK40422 Жыл бұрын
NullReferenceException: Object reference not set to an instance of an object MainMenuLogic.Start () (at Assets/Scripts/MainMenuLogic.cs:25)
@googoo2.2 жыл бұрын
cool
@user1productions8832 жыл бұрын
Wow that was really cool - Dani
@renzbolado1532 жыл бұрын
stuck around 14:38, using 2021 unity. no functions seem to appear on the drop down? NullReferenceException: Object reference not set to an instance of an object MainMenuLogic.Start () (at Assets/MainMenuLogic.cs:25) is the error i'm getting
@user1productions8832 жыл бұрын
Are you placing the object with the script into the function slot ?
@renzbolado1532 жыл бұрын
@@user1productions883 Yes, the On Click section of the Start Game button has the MainMenuLogic object (which has the script attached to it) selected on 'Runtime only' settings. I've tried copypasting through the your googledrive assets too, same problem. Only options Functions allow is Monoscript > stringname
@renzbolado1532 жыл бұрын
@@user1productions883 You won't believe this, but it just started working after resetting Unity????????? THANKS FOR RESPONDING THO Edit: And then immediately the same problem again with the next button...something strange...happening.
@Sh4iri4jd4 Жыл бұрын
@@renzbolado153 did you ever fix this?
@mariegrasmeier94992 жыл бұрын
Many thanks again for these great tutorials. Used a lot of it in my fire fighting simulation. One question: When I press the Start button, it loads the next scene but in this scene it does not capture the mouse cursor. If I start the scene directly in the editor, it does. I am using the new starter assets FP controller. Many thanks for all replies :-)
@user1productions8832 жыл бұрын
a fire fighting sim game!?!?! Id love to see how that would come out! seems like an interesting sim to play
@ShaggysCRAZY15 күн бұрын
I did everything copied your whole script named everything correctly literally did every step but when I test it the options menu screen is on and I can’t interact with anything
@SheldonDD2 жыл бұрын
How do i get my text to the top layer??
@user1productions8832 жыл бұрын
In hierarchy move it on the bottom or top just move it up or down
@VerityD23 ай бұрын
cursor disappears after clicking main menu. also its not showing up in build settings
@moazemad21862 жыл бұрын
Can you make a video to make a mini game using what you made in the last 30 videos?
@user1productions8832 жыл бұрын
I have planned on it soon my friend !
@Pavel-ju6xv2 жыл бұрын
i got the problem,when i press start,it doesnt load the game scene although i put the scene in build setting
@user1productions8832 жыл бұрын
Make sure the level is called the same thing as the script and make sure they are put into the build settings in order
@Pavel-ju6xv2 жыл бұрын
@@user1productions883 i do exactly what you said but still doesn’t work
@yesdude1532 жыл бұрын
Amazing dude.... But how to make this question: Do you want to quit... Yes. No. After you press the quit button?!
@user1productions8832 жыл бұрын
Instead of it being the exit button have it open another empty game object holding the two button, if no then close and go back to main menu, if yes close app
@ExShadower3 ай бұрын
how to get the script at 11:20 second
@realaxolotlvr77542 жыл бұрын
Can you Show how to make a AI for an Enemie 👍
@user1productions8832 жыл бұрын
Going over enemies very soon my friend, stay tuned !
@itsHayden3 Жыл бұрын
Did you use to own a KZbin channel that shows users to code a Discord bot?
@mnkvr3178 ай бұрын
Where is the script of main menu logic????
@gameadhyanstudio14102 жыл бұрын
Sir unity is very laging in my pc what can I do to make games
@digitalhouse69692 жыл бұрын
get a good PC. if u are broke get a job and save money
@gameadhyanstudio14102 жыл бұрын
@@digitalhouse6969 can you tell me a good pc under 45,000 budget i am seving money for it
@user1productions8832 жыл бұрын
What kinda pc are you using? Also if you go into edit-project settings - quality. You can turn it all the way down and will make it run a little smoother
@gameadhyanstudio14102 жыл бұрын
@@user1productions883 sir if i use older virsion of unity does is work smoothly
@SkullGaming-hn3jp Жыл бұрын
Hello Dave Save and load please
@merked-2 жыл бұрын
So I made the main menu, created a new scene and it completely deleted my game...
@user1productions8832 жыл бұрын
Oh no! Perhaps there’s a backup saved ? Please join our discord and myself or someone else can look into helping