For those having an error with SceneManager make sure the top of your script has this statement: using UnityEngine.SceneManagement;
@roblenwithyou86184 жыл бұрын
what statement?
@roblenwithyou86184 жыл бұрын
BRUH
@oakleyblade94004 жыл бұрын
@@roblenwithyou8618 so you know when at the top of the screen it says using UnityEngine; ? well, right under it put using UnityEngine.SceneManagement; so that it knows to switch scenes when you wright the scene scripts.
@theboigamer11554 жыл бұрын
I know that
@pfp4ever4 жыл бұрын
4:00 pause and look at the imports basicly line 4
@Rumpael4 жыл бұрын
Instructions unclear, created GTA 6
@o1-preview4 жыл бұрын
ty for gta6
@Not_SGM Жыл бұрын
THANKS MATE 😂😂
@presidentobama25619 ай бұрын
I ended up with Super Mario 67 if that smells good to anyone.
@dumboompa49899 ай бұрын
@@presidentobama2561smells good to me
@FamiliarZombie5 ай бұрын
Wow.
@joshi79784 жыл бұрын
and finally you can also qui-
@UNKNOWN-fy7qw4 жыл бұрын
Hi can you give me the code i cannot see properly plz
@zw90013 жыл бұрын
that made me crack up so hard lmao
@PTurtle3 жыл бұрын
@@UNKNOWN-fy7qw he is literally reciting it
@Galaxy_World3 жыл бұрын
XD
@Galaxy_World3 жыл бұрын
@@UNKNOWN-fy7qw what
@LetsBuildWithExoticWolfieTM4 жыл бұрын
I love the ending
@wearwolf42024 жыл бұрын
It was so abrupt...
@definarte Жыл бұрын
This guy teaching us things in 5 minutes faster than my teachers with 6 months of class
@lenrainnn Жыл бұрын
True but most of the time the longer ones are more in depth, but this specific tutorial is still so amazing.
@marshall123x3 жыл бұрын
Great tutorial! However i think its important to mention that in some projects you may need to change your image's texture type from "Default" to "Sprite(2D and UI)" before you can drag it to the image source.
@MASTERX-nw2gk3 жыл бұрын
Can you please tell me how to do that im stuck in this situation where I can't drag my image to the source image
@marshall123x3 жыл бұрын
@@MASTERX-nw2gk So i tried replying to this twice now and for whatever reason its not showing up so please excuse me if there are multiple replies by me. So the way you change the texture type is while in unity, in the project tab, in the assets menu click on the image that you want to change the texture type of, once highlighted under the inspector tab for that image the first drop down menu should be "Texture Type". Open the drop down menu and click "Sprite (2D and UI)". That should be the solution youre looking for, hope it helps! :)
@MASTERX-nw2gk3 жыл бұрын
@@marshall123x Thank you so much I really Appreciate it !!!
@marshall123x3 жыл бұрын
@@MASTERX-nw2gk np, glad i could help! :)
@MASTERX-nw2gk3 жыл бұрын
I can confirm this works
@BluebellyGaming2 жыл бұрын
Holy crap this was 10k times easier to understand than all other tutorials I've seen. Thank you.
@BMoDev2 жыл бұрын
Happy to hear that!
@tbonex9x5 ай бұрын
fast, no bullshit, and right to the point. thank you. I made my first main menu today.
@migo704 жыл бұрын
Only thing to add is for the SettingsMenu you have to manually set it not active in the Hierarchy otherwise they both load on run. On the object itself left of the name there is a tick box.
@hunnitroundheath74563 жыл бұрын
When I do this the back button doesn't appear in the settings menu, there are just no buttons, only the background image
@marcomd72042 жыл бұрын
thk that was my problem hahaha
@andydy34702 жыл бұрын
Thanks man u helped me so much.
@uchimama2 жыл бұрын
thank you!!!
@connor20942 жыл бұрын
I still have this problem the first time i load it. If i hit settings and go back its normal and works
@AcroGrade3 жыл бұрын
I love you so much dude. I needed this done in like 5 minutes for a class project due in a bit and you came in clutch.
@Electryz3 жыл бұрын
how convenient
@dompi3794 жыл бұрын
This video is legendary. This is too much help, I'd normally have to go through 20 videos to find this much useful information. Thank you very much!
@BMoDev4 жыл бұрын
Glad you found it helpful!
@peterparkour29184 жыл бұрын
If the Back button is Overlaid on your other buttons in the same scene, you can make a separate script called "Options" and have something like: under public class public GameObject options; void start() { options.SetActive(false); } then drag it to the Options menu, then drag the options menu to the script bar. Now the Back button should be initially hid, and if you click options it would pop up, and the rest of the code would work the same.
@qidu5853 жыл бұрын
TYSM! This helped a lot!
@dyl38413 жыл бұрын
ive added the options script to the options menu but it isn't doing anything
@Sauce_Master3 жыл бұрын
you now have the N word pass for a day
@CarmenzReal Жыл бұрын
Thank you!
@grantmiller53217 ай бұрын
If this doesn't work for anyone, try capitalizing the S in the Start function. The code above works but you can't just copy and paste it since the function name is case sensitive. Thanks for the help!
@GroundZeroSFM3 ай бұрын
For any who have an overlapping BACK button, (assuming you named everything the same as he did) select "SettingsMenu" in the Hierarchy tab. Then in the Inspector tab uncheck the box that is to the right of the 3D cube outline, and to the left of where you name the object. Now the BACK button shall only show after clicking on the Settings Button. I hope this helped!
@FriendlyKitАй бұрын
THANK YOU
@GroundZeroSFMАй бұрын
Happy to help@@FriendlyKit
@dude-w6k8 күн бұрын
YOU SAVED ME HOURS OF TORTURE THANK YOU
@GroundZeroSFM8 күн бұрын
Of course man no problem@dude-w6k
@bedtimepodcast87984 жыл бұрын
you should do a 5 minute series on how to do things in unity, that would be extremely helpful and quicker and not a waste of time, because sometimes i do what people say and it ends out not even working and i noticed i was doing it for and hour or so!? so if it doesnt work atleast you know you didnt loose any of your time making the game.
@adomasjarmalavicius28084 жыл бұрын
pathetic, im in 6 hours bro
@keemybrzee84424 жыл бұрын
@@adomasjarmalavicius2808 hours?,haha boi its been 6 DAYS for me
@AlexFernandez-ty7qd4 жыл бұрын
@@keemybrzee8442 2 months for me
@MASTERX-nw2gk3 жыл бұрын
@@AlexFernandez-ty7qd Jokes on you I'm dead and I'm still working on it😎
@Hitokiri19123 жыл бұрын
@@MASTERX-nw2gk 🤣🤣🤣
@marco1941 Жыл бұрын
I just made my first game (including menu) in Script and I made it work for PC and Mobile Controls as well, so that was kinda tricky to do, and now it‘s really interesting to see, how another engine does it. I love that it comes with auto-generated events for the buttons. So thank you, this was very interesting and informative to watch.
@ReiBois Жыл бұрын
What is your game ? Kinda curious
@MohdHassan4728 күн бұрын
I have learnt more in this video than hours of tutorials thanks to you bro. The Ending was completely unexpected. 😂😂
@BobTheBuilder294 Жыл бұрын
If you're having trouble setting the image as the background try changing the texture type to "Sprite (2d and UI)" in the inspector for it. I was so confused why it wasn't working because it let me use it earlier, i think once you import textmesh pro stuff it messes with your settings a little. I nearly went insane.
@mohammedabood98778 ай бұрын
Thanks man
@princeofholyafghanistan3 жыл бұрын
People might forget what they are playing. That was awesome!
@revmatch6r5 жыл бұрын
5 minutes on the dot 😂 super helpful, might be my favorite one yet
@BMoDev5 жыл бұрын
Hahah I had to pickup the pace near the end to make it, was a close one. Thanks!
@JamesDHalliday Жыл бұрын
5:09, technically, but still 😅
@anbu56675 жыл бұрын
you deserve more subs
@BMoDev5 жыл бұрын
🙏Thanks
@bas50704 жыл бұрын
accidentally broke in the Pentagon. Instructions unclear nahh just kidding was suuuuper usefull!!
@jimmyljr955 жыл бұрын
Lol @the ending. Thanks, that was such a fast turnaround from when I asked about main menus on the last video! And it's exactly what I needed.
@BMoDev4 жыл бұрын
I got you
@jakewill87024 жыл бұрын
@@BMoDev Hey so i have a question will the quit Button REALLY work xD?
@BMoDev4 жыл бұрын
@@jakewill8702 Yep! When you play in the Editor it won't, but you can test it by going to File->Build & Run, it should close the application when its running for real!
@alexgillard78864 жыл бұрын
So fast. So clean! The only that that tripped me up was that my Back button was over the Quit button, but the comment section GOT ME!
@dyl38413 жыл бұрын
how do u fix
@Sauce_Master3 жыл бұрын
@@dyl3841 yeah the back is still visible
@itswiftyy3 жыл бұрын
@@dyl3841 In your Unity inspector, click on your "SettingsMenu" object and uncheck the box in the top of the inspector. This will disable the settings menu.
@youtubebero51542 жыл бұрын
really yotube, really google, took me an hour to find this toturial and in the first minute of this tutorial I got my answer, I am really begining to question the intelligence of the programmers and people in FANG like companies. Wasting 1 hours of my precious time because you can't fine tune your algorithms , sad just sad,all I wanted to know was how to put a freaking image in the background. Thank you Bmo you a re a god like youtuber, got a subscriber here! keep it up!
@DragonByte793 жыл бұрын
I love that quit function. Not because of you awesome tutorial, just for that nice idea for finishing your video :D
@jeremyjos-rolland18793 жыл бұрын
Mine does not work at all
@henapbc9 Жыл бұрын
@@jeremyjos-rolland1879 build it
@hyp324011 ай бұрын
Best tutorial on Main menus I could find, easy to follow and straight to the point. Thank you kind Sir!
@playermat85744 жыл бұрын
The algorithm suggested me your video. You're doing something right haha
@overseasmusiccartelomcarte36112 жыл бұрын
🤣🤣🤣 Bro how you ended this tutorial got me LMAO🤣🤣 dopest 5 minutes of the day.
@ajononikostudio Жыл бұрын
For anyone who encountered the issue of ending up with unclickable buttons after following the instructions to a "T", remember to add an EventSystem and then update it (you'll see a prompt in red on the right side int he inspector). After adding this one element missing from a newer Unity version (not added automatically) the play and settings buttons functioned properly.
@davidevismara4105 Жыл бұрын
If it didn’t automatically spawn and eventsystem when I did UI and Image how do I add one?
@sukunagaming77 Жыл бұрын
thnks
@zhamantachavez923 Жыл бұрын
Omg thank you, you saved me. The buttons work now!
@corey333p Жыл бұрын
I need clearer instructions on this, still can't get it to work. EDIT: Nevermind it's because I accidentally set the color of the image to be fully transparent.
@JovsValorant4 жыл бұрын
Im your 1kth subscriber. I love the videos so far. Keep it up!
@BMoDev4 жыл бұрын
You hold a special place in my heart
@druwayu Жыл бұрын
menus are easy enough to layout. The bugger is the art and scripting for everything to work seamlessly throughout the game :D
@2GuitarsPlay3 жыл бұрын
Just in case anyone has this issue: Don't call your script SceneManager, otherwise it will replace the SceneManager in SceneManagement and it won't show any methods. :)
@poeticsoulnyc Жыл бұрын
For those experiencing issues with the code-I was having issues with the quit feature not appearing, this code fixed it- THANKS CHATGPT using UnityEngine; using UnityEngine.SceneManagement; public class MainMenu : MonoBehaviour { public void PlayGame() { SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex + 1); } public void Options() { Debug.Log("Options not implemented yet"); } public void QuitGame() { Application.Quit(); } }
@daveparky2 ай бұрын
oh dude thank you! was having issues too. Instant fix
@darkpink_electronics45234 жыл бұрын
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class menuscript : MonoBehaviour { public void PlayGame() { SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex + 1);// this can load the scene number 1 (game)//SceneManager.GetActiveScene().buildIndex +1 } public void QuitGame() { Application.Quit(); } }
@majacebulska30173 жыл бұрын
thank you!
@Alaa-or9mn3 жыл бұрын
thank you! :)
@Kasuga-3 жыл бұрын
omg thankyou so much i added buildIndex * 1 by mistake and have been facing problem from last 3 days finally it worked!!
@GDSick2 жыл бұрын
Thanks For Code Fix
@underratedtheboi75952 жыл бұрын
Love uuu ❤
@cr7mlc4 жыл бұрын
Not all heroes wear caps!! You just gained a subscriber!!
@BMoDev4 жыл бұрын
Thank you! 🙏 Really appreciate it
@InDepthInsight8 ай бұрын
That ending was smooth AF
@KsaCommentator4 жыл бұрын
the BEST should've known your channel before hope to see that u have 100k+ subs you deserve it keep going
@BMoDev4 жыл бұрын
Wow! You are too kind 🙏 I'll try to live up to that
@adhamsalYT3 жыл бұрын
this is the best main menu tutorial
@qurlighost91684 жыл бұрын
Keep doing your thing its useful for beginners like me
@knifeyonline8 ай бұрын
this is good. I forgot how buttons worked lol. I took this video and went straight to animating a menu with an animation controller. On the transition you just put a trigger, which works pretty much the same as turning on and off the menu's
@lunachable14 жыл бұрын
Thans SO much, im trying to make a multiplayer game for my friends and i to play and this works flawlessly
@BMoDev4 жыл бұрын
Glad to hear! Good luck with the game, would love to see it
@peperoni064604 жыл бұрын
I search "Unity 2d menu" on KZbin, the second video is this one, i'm not disappointed, thanks
@andreasmagne75822 жыл бұрын
I can't select the function in the on click thing. In the drop-down it doesn't say: "GameObject", "RectTransform" or "MainMenu", only "Monoscript"
@Patukakkonen4 ай бұрын
You need to drag the main menu game object on the small box under "On click".
@chattychatotchannel2 жыл бұрын
Thanks for not overcomplicating it
@timothymanuel90714 жыл бұрын
thanks for the Tutorial you really do deserve more subs and views, it was perfect for what I needed and helped a lot
@BMoDev4 жыл бұрын
Thank you, I really appreciate that! I'm truly happy it helped you
@NareReti3 жыл бұрын
@@BMoDev but for the image it does'nt work
@lanceroygames2 жыл бұрын
You're the man BMO, keep up the great tutorials dude!
@achintyacancode35433 жыл бұрын
Anyone having problems with the selected color option in the button, just set navigation to none and then set the selected color Alpha to 0, It works like a charm!
@crz3431 Жыл бұрын
Outro was too perfect.
@ramdom_player2012 жыл бұрын
As useful as this tutorial was, I still found it too fast and had to frequently rewind to catch things. I had to time the pause very precisely in order to see the first line of code for the created script.
@vishuu5283 жыл бұрын
need short and appropriate tutorials like this! Thank you :)
@FortniteBalls96693 жыл бұрын
Does it work with the newest Unity version?
@vishuu5283 жыл бұрын
@@FortniteBalls9669 Well I worked with 2019 version, but since this is pretty basic stuff it would work with any latest version I guess!
@jakeduncan27215 жыл бұрын
Love these vids man
@BMoDev4 жыл бұрын
Appreciate it 🙏
@arcaneafterhours Жыл бұрын
really helpful and easy to understand! thank you from a 14 year old beginner game dev :]
@BMoDev Жыл бұрын
You'll be a pro in no time
@arcaneafterhours Жыл бұрын
@@BMoDev i have a question (if you have time to answer), i have the main menu set up and i have added a few buttons to the options menu screen. when i start the game, the buttons supposed to be in the options menu appear immediately, and i cant figure out how to make them show up only when the options button is clicked. can you help? thank you!
@BMoDev Жыл бұрын
@@arcaneafterhours select your options menu gameobject in the hierarchy. Then in the inspector un check the box at the top to disable the menu. Good to go
@arcaneafterhours Жыл бұрын
@@BMoDev omg i should have seen that, thank you so much!! now i can actually start on the game itself since i have the menu figured out haha
@FortniteBalls96693 жыл бұрын
OMG thank you so much for this tutorial. I tried to follow a Brackeys tutorial but this one works and it's fast and easy. You should try and make a video for a wave spawner if possible.
@icresoftgames3 жыл бұрын
the "quit" was quick., thank you!
@ellienyan4 жыл бұрын
Thanks for this quick tutorial on main menus this helped me a lot more than that famous dude brackeys. even tho this is only 5 minutes (which is a good thing!)
@BMoDev4 жыл бұрын
Lmao, thanks, I appreciate that. I love Brackeys though they make amazing content.
@nathlexandra4 жыл бұрын
Hey can you help me w/ something? when i tried to put all of the buttons on the "On click " it doesnt work, how did you select everything?
@cercizbatha90344 жыл бұрын
@@nathlexandra just do each individually if it doesn't work .you dont have to highlight them
@projectflea99054 жыл бұрын
@⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻ ⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻ This name....
@aundo1647 Жыл бұрын
great video with all the fundamentals needed to get started! Thanks!
@Ben-bg2lp4 жыл бұрын
You left off so many stuff at the end to make the video 5 minutes long! Exactly how I would do it!
@BMoDev4 жыл бұрын
lmao
@malindukumaradasa3851 Жыл бұрын
Pretty neat, pretty fast, and what a way to qui... *OUTRO*
@Wownerd12652 жыл бұрын
Helpful, but there were definitely points where you didn't mention things you were doing. For instance, the using UnityEngine.SceneManagement; (which you addressed) and also setting the On Click () function to GameObject.SetActive when you were setting up the options button to hide the MainMenu. That one took me a few minutes because the cut you did to that point really distracted me from the fact that the dropdown menu changedd.
@Wownerd12652 жыл бұрын
You also did not cover how to set the "Back" button to Active = False to start; I will figure this out, but again, frustrating.
@oakleyblade94004 жыл бұрын
this is super high quality. If you sounded like brakeys I would have thought it was Brakeys. more subs!!
@joemariejacinto19153 жыл бұрын
youre a god!
@JamieClash3 жыл бұрын
I always forget what I’m playing even though I clicked the application 2 seconds ago Game titles are very helpful
@TheEarlPH4 жыл бұрын
This was perfect, thank you!
@BMoDev4 жыл бұрын
Glad you liked it!
@naomile1811 Жыл бұрын
Incredibly comprehensive and precise :) thank you
@coutnico-f92654 жыл бұрын
i liked your video, now i can make some screens, but was super hard to follow even on 0.75 speed. Maybe people like my prefer a 10min video than a 5min video that you can take 30mins to follow completly thanks a lot for your work
@senne76364 жыл бұрын
Yeah really 1 hour and a half work for a video from 5min😂
@ellienyan4 жыл бұрын
pause button
@weaponkid11214 жыл бұрын
THANK YOU! So quick, so concise, yet well explained
@boyar3033 Жыл бұрын
Easy to understand and implement to my project. Thank you so much ! Your tutorials are a goldmine.
@sourisgogo Жыл бұрын
haha you were just on time haha I died at the end when you cut in the middle of the sentence XD
@fo43573 жыл бұрын
Um... You may have edited out too much to make it shorter. You skipped over the step of adding the using statement in the script, and you jumped over the onClick settings for GameObject.SetActive. Yes the tutorial was technically short, but I had to keep going back to see what you did. You should make sure your instructions include ALL steps.
@karolasswara7 ай бұрын
hi im also hiaving trouble with that part and im so confused, can you help me on the GameObject.SetActive?
@godzillakingkongvenom5 жыл бұрын
I really like this. Simple and quick.
@BMoDev4 жыл бұрын
Thanks! I'm going to try to keep them shorter, I think its easier to watch
@nikorigaming70223 жыл бұрын
I love how, when pressing the "Quit" button, the video ends. Intentionally. xD
@streifffaro62279 ай бұрын
the ending was very smooth tbh :D
@vrsuhfx2 жыл бұрын
hey! great tutorial, but is there any way to hide the backbutton from the settings menu from being displayed on the main menu? noticed it duplicated.
@brokenleollie Жыл бұрын
I have the same issue 7 months later lol
@corrinealastor67913 жыл бұрын
You have now become my guide to Unity. Thank you :)
@BMoDev3 жыл бұрын
awesome, hope I help you on your journey 🙏
@TheMoviesManX4 жыл бұрын
Damn this is one amazing 5 minutes tutorial ! , I learned a lot of things in less than 30 minutes , thank you !
@BMoDev4 жыл бұрын
I appreciate the kind words
@TheMoviesManX4 жыл бұрын
@@BMoDev You have no idea how much this video helps , thanks for sharing your knowledge sir :)
@dashadventure99522 жыл бұрын
This was so helpful. 2 years later this is still good
@adomasjarmalavicius28084 жыл бұрын
this is taking me already 4 hours
@BMoDev4 жыл бұрын
What're you having trouble with?
@adomasjarmalavicius28084 жыл бұрын
@@BMoDev im mising refrences i think something to do with MainMenu
@adomasjarmalavicius28084 жыл бұрын
@@BMoDev 'cs0234'
@matthewowers90383 жыл бұрын
used this tutorial in my 2D game was so quick and easy to follow, many thanks !!!
@lando25194 жыл бұрын
In my "On Click()" section, it is letting me put in the .cs but not giving me any options for function to use. Anyone have an idea?
@bonse20004 жыл бұрын
same did you find fix solution?
@TiaNeedsSleep2 жыл бұрын
here one year later, same problem
@ItzJendy11 ай бұрын
here 3 years later, same problem
@TheCrazyGamerz722 ай бұрын
@@ItzJendy You can't put the script into the button. You need to put the script onto a game object, then put the game object onto the button's onclick. Just took me an hour to figure it out.
@totallyAud4 жыл бұрын
This will be my goto Menu System refresher video. Thanks man!
@kc14494 жыл бұрын
Question, how do we import animations for the background?
@damseydiou Жыл бұрын
genuinely very good and digestable tutorial
@amandacollins73925 жыл бұрын
BMo the Tutorial GOD. I will follow your tutorials into the oblivion uwu
@BMoDev5 жыл бұрын
LOL
@OhioTrollerGameDev8 ай бұрын
"uwu"bruh
@georgianally2 жыл бұрын
This was exactly what I wanted and was done so well and clearly thanks so much!!! I'm making a frog game :-) This also taught me new unity tips!! 10/10 vid gonna look at your others now
@BastabyYT4 жыл бұрын
How can i disable that Back button cant be seen on the main menu, i have that glitch, but when i click it, it dissapears, and when i click settings button, it opens normal help pls?
@tdawg63483 жыл бұрын
Either you need to disable the settings menu or check that your buttons load correctly. It’s been 3 months so unless you need it I won’t give a detailed description
@BastabyYT3 жыл бұрын
@@tdawg6348 speak my lord
@breakdancerQ10 ай бұрын
Lol best outro. That being said great tut, all you needed, no more!
@waffoo101thedankest54 жыл бұрын
When I click play my camera wont show Is it because im using 3d? EDIT: Holy shit I fixed it and I was just messing around Thanks for the video!!
@BMoDev4 жыл бұрын
Nice job!
@dome_paleta3 жыл бұрын
did you khnow that you have 69 subs
@dredit94623 жыл бұрын
how did you fix it tho
@yuhow11453 жыл бұрын
thank you so much for how quick and simple this is
@pepperedwater42654 жыл бұрын
Tutorials where they add comedy is good
@Dizzapizza4 жыл бұрын
Having a issue with the button function... I click on no function, then MainMenu, but there is no PlayGame or QuitGame like the script..
@FlexterChannel4 жыл бұрын
I have the same problem.. Did you fix it? EDIT: I fixed it. You are not suppose to drag the code to the "On Click ()" you are suppose to drag the gameObject "MainMenu" into the "On Click ()"
@Dizzapizza4 жыл бұрын
Flexter I think that’s what I did but I’ll try again and see what it does
@nathlexandra4 жыл бұрын
@@FlexterChannel Im having the same problem it just doesnt work i dont get it
@FlexterChannel4 жыл бұрын
Nathalie Orozco the C# script you used to write all your code in should be draged in to the ”MainMenu” gameObject. After that you drag the gameObject (MainMenu) into the ”On Click ()” inside the button’s inspector
@HornyAxolotlАй бұрын
@@FlexterChannel THANK YOU SO MUCH
@GotNoClueLmao Жыл бұрын
My like button is so smashed right now...
@sirhamster6124 жыл бұрын
Every time i try to add a function i some how mess up. When it says no function on the On click part i cant find the right parts
@AlexFernandez-ty7qd4 жыл бұрын
Same
@NobodyNamine3 жыл бұрын
even though it's late, for people in the future who run into this problem, make sure you drag your main menu script into the main menu object in the hierarchy window. Then the function should appear. At 3:17 in video make sure not to skip.
@sirhamster6123 жыл бұрын
@@NobodyNamine ok thanks
@amb94014 жыл бұрын
it worked thank you so much !!!!! love the ending lmaooo
@fps-fc2bp4 жыл бұрын
Please help, when i start my screen, both the quit and back button in vissible
@BMoDev4 жыл бұрын
select your OptionsMenu, in the inspector uncheck the box at the top to disable it.
@h_man34884 жыл бұрын
Extremely helpful information, thank you very much
@tombusckull4 жыл бұрын
When i have the back button say back it covers the quit
@fico7774 жыл бұрын
You have to disable SettingsMenu in the inspector of SettingsMenu, uncheck the box left to the name.
@gxsoldier77894 жыл бұрын
@@fico777 thanks man!
@alexgillard78864 жыл бұрын
@@fico777 BRO, cheers for that!
@webtron444 ай бұрын
thank you. This worked perfectly
4 жыл бұрын
Anyone else have issues with the play button not working? My scene won't load...
@bensmart28294 жыл бұрын
Check your scene's build index in the build settings
@AmazingKing4 жыл бұрын
@@bensmart2829 Everything in build settings is correct, It's not working
@ivanangelov88254 жыл бұрын
Nice, most of the stuff I knew, but still I learned something and gave me a kick start to finally stop slacking and do the menus for my hobby project!
@unrealdevop4 жыл бұрын
Great tutorial but when I did the last part it went to the back page but wouldn't go back, I double checked and I had the setup correct