5 Minute MAIN MENU Unity Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.พ. 2025
  • Hoo boy, this was more of a challenge I wanted to do myself, was getting tight on time near the end.
    I wanted to try to show how to setup something every game needs, a main menu, in as concise of a way as possible in a Unity Tutorial. I also tried to explain additional things like general UI advice in Unity, as well as Scene management (loading different scenes) and how scenes are built into the project. I know the pace is pretty quick, but hopefully this helps you out!
    ✨Want to support the channel?
    Buy me a coffee ☕: ko-fi.com/bmoli
    LIKE the video if you learned something useful, it really helps the channel out.
    COMMENT if you have any questions or want to tell me how I went slightly over 5 minutes (does intro and outro count? I'm unconvinced)
    ➤Join the new DISCORD SERVER: / discord
    ➤Want to make video games? Start with my tutorial Playlist: • Epic Unity Tutorials
    ➤5 Minute Tutorial Series: • 5 Minute Games
    ➤Don't forget to SUBSCRIBE for all the upcoming content.
    Thanks for watching!!
    ~~~~~~~~~~~
    ASSET LIST
    ~~~~~~~~~~~
    Red Cliff Background: assetstore.uni...
    ~~~~~~~~~~~
    #bmo #unity #tutorial

ความคิดเห็น • 968

  • @BMoDev
    @BMoDev  4 ปีที่แล้ว +431

    For those having an error with SceneManager make sure the top of your script has this statement:
    using UnityEngine.SceneManagement;

    • @roblenwithyou8618
      @roblenwithyou8618 4 ปีที่แล้ว +1

      what statement?

    • @roblenwithyou8618
      @roblenwithyou8618 4 ปีที่แล้ว +1

      BRUH

    • @oakleyblade9400
      @oakleyblade9400 4 ปีที่แล้ว +6

      @@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.

    • @theboigamer1155
      @theboigamer1155 4 ปีที่แล้ว

      I know that

    • @pfp4ever
      @pfp4ever 4 ปีที่แล้ว +1

      4:00 pause and look at the imports basicly line 4

  • @joshi7978
    @joshi7978 4 ปีที่แล้ว +455

    and finally you can also qui-

    • @UNKNOWN-fy7qw
      @UNKNOWN-fy7qw 4 ปีที่แล้ว +2

      Hi can you give me the code i cannot see properly plz

    • @zw9001
      @zw9001 3 ปีที่แล้ว +1

      that made me crack up so hard lmao

    • @PTurtle
      @PTurtle 3 ปีที่แล้ว +2

      @@UNKNOWN-fy7qw he is literally reciting it

    • @Galaxy_World
      @Galaxy_World 3 ปีที่แล้ว

      XD

    • @Galaxy_World
      @Galaxy_World 3 ปีที่แล้ว

      @@UNKNOWN-fy7qw what

  • @LetsBuildWithExoticWolfieTM
    @LetsBuildWithExoticWolfieTM 4 ปีที่แล้ว +166

    I love the ending

  • @Rumpael
    @Rumpael 5 ปีที่แล้ว +588

    Instructions unclear, created GTA 6

    • @o1-preview
      @o1-preview 4 ปีที่แล้ว +7

      ty for gta6

    • @Not_SGM
      @Not_SGM ปีที่แล้ว

      THANKS MATE 😂😂

    • @presidentobama2561
      @presidentobama2561 11 หลายเดือนก่อน +1

      I ended up with Super Mario 67 if that smells good to anyone.

    • @dumboompa4989
      @dumboompa4989 11 หลายเดือนก่อน +1

      @@presidentobama2561smells good to me

    • @Re-Android
      @Re-Android 6 หลายเดือนก่อน

      Wow.

  • @marshall123x
    @marshall123x 3 ปีที่แล้ว +255

    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-nw2gk
      @MASTERX-nw2gk 3 ปีที่แล้ว +6

      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

    • @marshall123x
      @marshall123x 3 ปีที่แล้ว +31

      @@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-nw2gk
      @MASTERX-nw2gk 3 ปีที่แล้ว +3

      @@marshall123x Thank you so much I really Appreciate it !!!

    • @marshall123x
      @marshall123x 3 ปีที่แล้ว

      @@MASTERX-nw2gk np, glad i could help! :)

    • @MASTERX-nw2gk
      @MASTERX-nw2gk 3 ปีที่แล้ว +1

      I can confirm this works

  • @definarte
    @definarte ปีที่แล้ว +89

    This guy teaching us things in 5 minutes faster than my teachers with 6 months of class

    • @lenrainnn
      @lenrainnn ปีที่แล้ว +1

      True but most of the time the longer ones are more in depth, but this specific tutorial is still so amazing.

  • @tbonex9x
    @tbonex9x 6 หลายเดือนก่อน +5

    fast, no bullshit, and right to the point. thank you. I made my first main menu today.

  • @dompi379
    @dompi379 4 ปีที่แล้ว +10

    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!

    • @BMoDev
      @BMoDev  4 ปีที่แล้ว +2

      Glad you found it helpful!

  • @AcroGrade
    @AcroGrade 3 ปีที่แล้ว +14

    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.

    • @Electryz
      @Electryz 3 ปีที่แล้ว

      how convenient

  • @GroundZeroSFM
    @GroundZeroSFM 4 หลายเดือนก่อน +9

    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
      @FriendlyKit 2 หลายเดือนก่อน +1

      THANK YOU

    • @GroundZeroSFM
      @GroundZeroSFM 2 หลายเดือนก่อน

      Happy to help​@@FriendlyKit

    • @dude-w6k
      @dude-w6k หลายเดือนก่อน +1

      YOU SAVED ME HOURS OF TORTURE THANK YOU

    • @GroundZeroSFM
      @GroundZeroSFM หลายเดือนก่อน

      Of course man no problem​@dude-w6k

    • @ozge2734
      @ozge2734 11 วันที่ผ่านมา

      Thank you so so so so much!!!!! I was about to have a breakdown this helped me a lot as a beginner :))

  • @MohdHassan47
    @MohdHassan47 2 หลายเดือนก่อน +1

    I have learnt more in this video than hours of tutorials thanks to you bro. The Ending was completely unexpected. 😂😂

  • @migo70
    @migo70 4 ปีที่แล้ว +65

    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.

    • @hunnitroundheath7456
      @hunnitroundheath7456 3 ปีที่แล้ว +2

      When I do this the back button doesn't appear in the settings menu, there are just no buttons, only the background image

    • @marcomd7204
      @marcomd7204 2 ปีที่แล้ว +4

      thk that was my problem hahaha

    • @andydy3470
      @andydy3470 2 ปีที่แล้ว +3

      Thanks man u helped me so much.

    • @uchimama
      @uchimama 2 ปีที่แล้ว +1

      thank you!!!

    • @connor2094
      @connor2094 2 ปีที่แล้ว

      I still have this problem the first time i load it. If i hit settings and go back its normal and works

  • @BluebellyGaming
    @BluebellyGaming 3 ปีที่แล้ว +27

    Holy crap this was 10k times easier to understand than all other tutorials I've seen. Thank you.

    • @BMoDev
      @BMoDev  3 ปีที่แล้ว +3

      Happy to hear that!

  • @peterparkour2918
    @peterparkour2918 4 ปีที่แล้ว +23

    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.

    • @qidu585
      @qidu585 3 ปีที่แล้ว

      TYSM! This helped a lot!

    • @dyl3841
      @dyl3841 3 ปีที่แล้ว +3

      ive added the options script to the options menu but it isn't doing anything

    • @Sauce_Master
      @Sauce_Master 3 ปีที่แล้ว +2

      you now have the N word pass for a day

    • @CarmenzReal
      @CarmenzReal ปีที่แล้ว

      Thank you!

    • @grantmiller5321
      @grantmiller5321 8 หลายเดือนก่อน

      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!

  • @jimmyljr95
    @jimmyljr95 5 ปีที่แล้ว +20

    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.

    • @BMoDev
      @BMoDev  5 ปีที่แล้ว +3

      I got you

    • @jakewill8702
      @jakewill8702 4 ปีที่แล้ว +1

      @@BMoDev Hey so i have a question will the quit Button REALLY work xD?

    • @BMoDev
      @BMoDev  4 ปีที่แล้ว +1

      @@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!

  • @revmatch6r
    @revmatch6r 5 ปีที่แล้ว +66

    5 minutes on the dot 😂 super helpful, might be my favorite one yet

    • @BMoDev
      @BMoDev  5 ปีที่แล้ว +2

      Hahah I had to pickup the pace near the end to make it, was a close one. Thanks!

    • @JamesDHalliday
      @JamesDHalliday 2 ปีที่แล้ว +1

      5:09, technically, but still 😅

  • @bedtimepodcast8798
    @bedtimepodcast8798 4 ปีที่แล้ว +173

    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.

    • @adomasjarmalavicius2808
      @adomasjarmalavicius2808 4 ปีที่แล้ว +8

      pathetic, im in 6 hours bro

    • @keemybrzee8442
      @keemybrzee8442 4 ปีที่แล้ว +9

      @@adomasjarmalavicius2808 hours?,haha boi its been 6 DAYS for me

    • @AlexFernandez-ty7qd
      @AlexFernandez-ty7qd 4 ปีที่แล้ว +6

      @@keemybrzee8442 2 months for me

    • @MASTERX-nw2gk
      @MASTERX-nw2gk 3 ปีที่แล้ว +2

      @@AlexFernandez-ty7qd Jokes on you I'm dead and I'm still working on it😎

    • @Hitokiri1912
      @Hitokiri1912 3 ปีที่แล้ว +1

      @@MASTERX-nw2gk 🤣🤣🤣

  • @bas5070
    @bas5070 4 ปีที่แล้ว +25

    accidentally broke in the Pentagon. Instructions unclear
    nahh just kidding was suuuuper usefull!!

  • @overseasmusiccartelomcarte3611
    @overseasmusiccartelomcarte3611 2 ปีที่แล้ว

    🤣🤣🤣 Bro how you ended this tutorial got me LMAO🤣🤣 dopest 5 minutes of the day.

  • @BobTheBuilder294
    @BobTheBuilder294 2 ปีที่แล้ว +40

    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.

  • @marco1941
    @marco1941 ปีที่แล้ว +3

    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
      @ReiBois ปีที่แล้ว

      What is your game ? Kinda curious

  • @DragonByte79
    @DragonByte79 3 ปีที่แล้ว +6

    I love that quit function. Not because of you awesome tutorial, just for that nice idea for finishing your video :D

  • @JovsValorant
    @JovsValorant 4 ปีที่แล้ว +4

    Im your 1kth subscriber. I love the videos so far. Keep it up!

    • @BMoDev
      @BMoDev  4 ปีที่แล้ว +1

      You hold a special place in my heart

  • @hyp3240
    @hyp3240 ปีที่แล้ว

    Best tutorial on Main menus I could find, easy to follow and straight to the point. Thank you kind Sir!

  • @poeticsoulnyc
    @poeticsoulnyc 2 ปีที่แล้ว +6

    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();
    }
    }

    • @daveparky
      @daveparky 4 หลายเดือนก่อน +1

      oh dude thank you! was having issues too. Instant fix

  • @princeofholyafghanistan
    @princeofholyafghanistan 3 ปีที่แล้ว +1

    People might forget what they are playing. That was awesome!

  • @alexgillard7886
    @alexgillard7886 4 ปีที่แล้ว +5

    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!

    • @dyl3841
      @dyl3841 3 ปีที่แล้ว

      how do u fix

    • @Sauce_Master
      @Sauce_Master 3 ปีที่แล้ว

      @@dyl3841 yeah the back is still visible

    • @itswiftyy
      @itswiftyy 3 ปีที่แล้ว

      @@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.

  • @youtubebero5154
    @youtubebero5154 2 ปีที่แล้ว

    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!

  • @anbu5667
    @anbu5667 5 ปีที่แล้ว +57

    you deserve more subs

    • @BMoDev
      @BMoDev  5 ปีที่แล้ว

      🙏Thanks

  • @2GuitarsPlay
    @2GuitarsPlay 3 ปีที่แล้ว +50

    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. :)

  • @darkpink_electronics4523
    @darkpink_electronics4523 4 ปีที่แล้ว +62

    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();
    }
    }

    • @majacebulska3017
      @majacebulska3017 3 ปีที่แล้ว +1

      thank you!

    • @Alaa-or9mn
      @Alaa-or9mn 3 ปีที่แล้ว

      thank you! :)

    • @Kasuga-
      @Kasuga- 3 ปีที่แล้ว +1

      omg thankyou so much i added buildIndex * 1 by mistake and have been facing problem from last 3 days finally it worked!!

    • @GDSick
      @GDSick 2 ปีที่แล้ว

      Thanks For Code Fix

    • @underratedtheboi7595
      @underratedtheboi7595 2 ปีที่แล้ว

      Love uuu ❤

  • @true_warlock
    @true_warlock 2 ปีที่แล้ว +5

    menus are easy enough to layout. The bugger is the art and scripting for everything to work seamlessly throughout the game :D

  • @ramdom_player201
    @ramdom_player201 3 ปีที่แล้ว +36

    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.

  • @lanceroygames
    @lanceroygames 2 ปีที่แล้ว +1

    You're the man BMO, keep up the great tutorials dude!

  • @KsaCommentator
    @KsaCommentator 5 ปีที่แล้ว +13

    the BEST
    should've known your channel before
    hope to see that u have 100k+ subs
    you deserve it
    keep going

    • @BMoDev
      @BMoDev  5 ปีที่แล้ว +2

      Wow! You are too kind 🙏 I'll try to live up to that

  • @peperoni06460
    @peperoni06460 4 ปีที่แล้ว +2

    I search "Unity 2d menu" on TH-cam, the second video is this one, i'm not disappointed, thanks

  • @timothymanuel9071
    @timothymanuel9071 5 ปีที่แล้ว +5

    thanks for the Tutorial you really do deserve more subs and views, it was perfect for what I needed and helped a lot

    • @BMoDev
      @BMoDev  5 ปีที่แล้ว +1

      Thank you, I really appreciate that! I'm truly happy it helped you

    • @NareReti
      @NareReti 3 ปีที่แล้ว

      @@BMoDev but for the image it does'nt work

  • @ajnikstudio
    @ajnikstudio ปีที่แล้ว +19

    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
      @davidevismara4105 ปีที่แล้ว

      If it didn’t automatically spawn and eventsystem when I did UI and Image how do I add one?

    • @sukunagaming77
      @sukunagaming77 ปีที่แล้ว

      thnks

    • @zhamantachavez923
      @zhamantachavez923 ปีที่แล้ว

      Omg thank you, you saved me. The buttons work now!

    • @corey333p
      @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.

  • @playermat8574
    @playermat8574 4 ปีที่แล้ว +13

    The algorithm suggested me your video. You're doing something right haha

  • @adhamsalYT
    @adhamsalYT 3 ปีที่แล้ว +1

    this is the best main menu tutorial

  • @andreasmagne7582
    @andreasmagne7582 2 ปีที่แล้ว +8

    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"

    • @Patukakkonen
      @Patukakkonen 5 หลายเดือนก่อน +1

      You need to drag the main menu game object on the small box under "On click".

  • @sourisgogo
    @sourisgogo ปีที่แล้ว

    haha you were just on time haha I died at the end when you cut in the middle of the sentence XD

  • @qurlighost9168
    @qurlighost9168 4 ปีที่แล้ว +3

    Keep doing your thing its useful for beginners like me

  • @JamieClash
    @JamieClash 4 ปีที่แล้ว +2

    I always forget what I’m playing even though I clicked the application 2 seconds ago
    Game titles are very helpful

  • @cr7mlc
    @cr7mlc 5 ปีที่แล้ว +7

    Not all heroes wear caps!! You just gained a subscriber!!

    • @BMoDev
      @BMoDev  5 ปีที่แล้ว +3

      Thank you! 🙏 Really appreciate it

  • @vishuu528
    @vishuu528 3 ปีที่แล้ว +2

    need short and appropriate tutorials like this! Thank you :)

    • @FortniteBalls9669
      @FortniteBalls9669 3 ปีที่แล้ว +1

      Does it work with the newest Unity version?

    • @vishuu528
      @vishuu528 3 ปีที่แล้ว +1

      @@FortniteBalls9669 Well I worked with 2019 version, but since this is pretty basic stuff it would work with any latest version I guess!

  • @achintyacancode3543
    @achintyacancode3543 3 ปีที่แล้ว +4

    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!

  • @ellienyan
    @ellienyan 4 ปีที่แล้ว +12

    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!)

    • @BMoDev
      @BMoDev  4 ปีที่แล้ว +1

      Lmao, thanks, I appreciate that. I love Brackeys though they make amazing content.

    • @nathlexandra
      @nathlexandra 4 ปีที่แล้ว

      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?

    • @cercizbatha9034
      @cercizbatha9034 4 ปีที่แล้ว

      @@nathlexandra just do each individually if it doesn't work .you dont have to highlight them

    • @projectflea9905
      @projectflea9905 4 ปีที่แล้ว

      @⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻
      ⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻
      This name....

  • @jakeduncan2721
    @jakeduncan2721 5 ปีที่แล้ว +3

    Love these vids man

    • @BMoDev
      @BMoDev  5 ปีที่แล้ว

      Appreciate it 🙏

  • @knifeyonline
    @knifeyonline 9 หลายเดือนก่อน

    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

  • @HeirophantOurple
    @HeirophantOurple 4 ปีที่แล้ว +3

    Thans SO much, im trying to make a multiplayer game for my friends and i to play and this works flawlessly

    • @BMoDev
      @BMoDev  4 ปีที่แล้ว +1

      Glad to hear! Good luck with the game, would love to see it

  • @aundo1647
    @aundo1647 ปีที่แล้ว +1

    great video with all the fundamentals needed to get started! Thanks!

  • @adomasjarmalavicius2808
    @adomasjarmalavicius2808 4 ปีที่แล้ว +2

    this is taking me already 4 hours

  • @oakleyblade9400
    @oakleyblade9400 4 ปีที่แล้ว +1

    this is super high quality. If you sounded like brakeys I would have thought it was Brakeys. more subs!!

  • @TheEarlPH
    @TheEarlPH 4 ปีที่แล้ว +4

    This was perfect, thank you!

    • @BMoDev
      @BMoDev  4 ปีที่แล้ว +2

      Glad you liked it!

  • @godzillakingkongvenom
    @godzillakingkongvenom 5 ปีที่แล้ว +2

    I really like this. Simple and quick.

    • @BMoDev
      @BMoDev  5 ปีที่แล้ว

      Thanks! I'm going to try to keep them shorter, I think its easier to watch

  • @Ben-bg2lp
    @Ben-bg2lp 4 ปีที่แล้ว +5

    You left off so many stuff at the end to make the video 5 minutes long!
    Exactly how I would do it!

    • @BMoDev
      @BMoDev  4 ปีที่แล้ว +2

      lmao

  • @naomile1811
    @naomile1811 ปีที่แล้ว

    Incredibly comprehensive and precise :) thank you

  • @Wownerd1265
    @Wownerd1265 2 ปีที่แล้ว +5

    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.

    • @Wownerd1265
      @Wownerd1265 2 ปีที่แล้ว +2

      You also did not cover how to set the "Back" button to Active = False to start; I will figure this out, but again, frustrating.

  • @totallyAud
    @totallyAud 4 ปีที่แล้ว +1

    This will be my goto Menu System refresher video. Thanks man!

  • @joemariejacinto1915
    @joemariejacinto1915 4 ปีที่แล้ว +3

    youre a god!

  • @InDepthInsight
    @InDepthInsight 9 หลายเดือนก่อน

    That ending was smooth AF

  • @FortniteBalls9669
    @FortniteBalls9669 3 ปีที่แล้ว +7

    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.

  • @streifffaro6227
    @streifffaro6227 11 หลายเดือนก่อน

    the ending was very smooth tbh :D

  • @coutnico-f9265
    @coutnico-f9265 4 ปีที่แล้ว +6

    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

    • @senne7636
      @senne7636 4 ปีที่แล้ว +2

      Yeah really 1 hour and a half work for a video from 5min😂

    • @ellienyan
      @ellienyan 4 ปีที่แล้ว

      pause button

  • @weaponkid1121
    @weaponkid1121 4 ปีที่แล้ว +1

    THANK YOU! So quick, so concise, yet well explained

  • @fo4357
    @fo4357 4 ปีที่แล้ว +23

    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.

    • @karolasswara
      @karolasswara 9 หลายเดือนก่อน

      hi im also hiaving trouble with that part and im so confused, can you help me on the GameObject.SetActive?

  • @arcaneafterhours
    @arcaneafterhours ปีที่แล้ว +1

    really helpful and easy to understand! thank you from a 14 year old beginner game dev :]

    • @BMoDev
      @BMoDev  ปีที่แล้ว

      You'll be a pro in no time

    • @arcaneafterhours
      @arcaneafterhours ปีที่แล้ว +1

      @@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
      @BMoDev  ปีที่แล้ว +1

      @@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
      @arcaneafterhours ปีที่แล้ว +1

      @@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

  • @nikorigaming7022
    @nikorigaming7022 4 ปีที่แล้ว +4

    I love how, when pressing the "Quit" button, the video ends. Intentionally. xD

  • @breakdancerQ
    @breakdancerQ 11 หลายเดือนก่อน

    Lol best outro. That being said great tut, all you needed, no more!

  • @TheMoviesManX
    @TheMoviesManX 4 ปีที่แล้ว +9

    Damn this is one amazing 5 minutes tutorial ! , I learned a lot of things in less than 30 minutes , thank you !

    • @BMoDev
      @BMoDev  4 ปีที่แล้ว +3

      I appreciate the kind words

    • @TheMoviesManX
      @TheMoviesManX 4 ปีที่แล้ว +2

      @@BMoDev You have no idea how much this video helps , thanks for sharing your knowledge sir :)

  • @GotNoClueLmao
    @GotNoClueLmao ปีที่แล้ว +2

    My like button is so smashed right now...

  • @lando2519
    @lando2519 4 ปีที่แล้ว +4

    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?

    • @bonse2000
      @bonse2000 4 ปีที่แล้ว +2

      same did you find fix solution?

    • @TiaNeedsSleep
      @TiaNeedsSleep 2 ปีที่แล้ว

      here one year later, same problem

    • @ItzJendy
      @ItzJendy ปีที่แล้ว +1

      here 3 years later, same problem

    • @TheCrazyGamerz72
      @TheCrazyGamerz72 4 หลายเดือนก่อน +1

      @@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.

  • @coinckwac120
    @coinckwac120 หลายเดือนก่อน +1

    4:24 i just get a Assets\main menu.cs(15,27): error CS1519: Invalid token ';' in class, record, struct, or interface member declaration error

    • @BMoDev
      @BMoDev  หลายเดือนก่อน +1

      You have a semicolon ; in your code where you're not supposed to on line 15

  • @waffoo101thedankest5
    @waffoo101thedankest5 4 ปีที่แล้ว +10

    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!!

    • @BMoDev
      @BMoDev  4 ปีที่แล้ว +1

      Nice job!

    • @dome_paleta
      @dome_paleta 3 ปีที่แล้ว

      did you khnow that you have 69 subs

    • @dredit9462
      @dredit9462 3 ปีที่แล้ว

      how did you fix it tho

  • @damseydiou
    @damseydiou 2 ปีที่แล้ว

    genuinely very good and digestable tutorial

  • @vrsuhfx
    @vrsuhfx 2 ปีที่แล้ว +4

    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
      @brokenleollie 2 ปีที่แล้ว +1

      I have the same issue 7 months later lol

  • @NyemilwithAnakAyam
    @NyemilwithAnakAyam 4 ปีที่แล้ว

    yo this is the best tutorial ever!! 😂
    just subscribed!

  • @BastabyYT
    @BastabyYT 4 ปีที่แล้ว +3

    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?

    • @tdawg6348
      @tdawg6348 4 ปีที่แล้ว +1

      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

    • @BastabyYT
      @BastabyYT 4 ปีที่แล้ว

      @@tdawg6348 speak my lord

  • @corrinealastor6791
    @corrinealastor6791 3 ปีที่แล้ว

    You have now become my guide to Unity. Thank you :)

    • @BMoDev
      @BMoDev  3 ปีที่แล้ว

      awesome, hope I help you on your journey 🙏

  • @Dizzapizza
    @Dizzapizza 4 ปีที่แล้ว +3

    Having a issue with the button function... I click on no function, then MainMenu, but there is no PlayGame or QuitGame like the script..

    • @FlexterChannel
      @FlexterChannel 4 ปีที่แล้ว +1

      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 ()"

    • @Dizzapizza
      @Dizzapizza 4 ปีที่แล้ว

      Flexter I think that’s what I did but I’ll try again and see what it does

    • @nathlexandra
      @nathlexandra 4 ปีที่แล้ว

      @@FlexterChannel Im having the same problem it just doesnt work i dont get it

    • @FlexterChannel
      @FlexterChannel 4 ปีที่แล้ว

      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
      @HornyAxolotl 3 หลายเดือนก่อน

      @@FlexterChannel THANK YOU SO MUCH

  • @royaleyourdad
    @royaleyourdad ปีที่แล้ว +1

    very good tutorial
    and code

  • @sirhamster612
    @sirhamster612 4 ปีที่แล้ว +3

    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-ty7qd
      @AlexFernandez-ty7qd 4 ปีที่แล้ว

      Same

    • @NobodyNamine
      @NobodyNamine 4 ปีที่แล้ว +1

      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.

    • @sirhamster612
      @sirhamster612 4 ปีที่แล้ว

      @@NobodyNamine ok thanks

  • @pepperedwater4265
    @pepperedwater4265 4 ปีที่แล้ว +3

    Tutorials where they add comedy is good

  • @georgianally
    @georgianally 3 ปีที่แล้ว +2

    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

  • @amandacollins7392
    @amandacollins7392 5 ปีที่แล้ว +5

    BMo the Tutorial GOD. I will follow your tutorials into the oblivion uwu

  • @yuhow1145
    @yuhow1145 4 ปีที่แล้ว +1

    thank you so much for how quick and simple this is

  • @tombusckull
    @tombusckull 4 ปีที่แล้ว +5

    When i have the back button say back it covers the quit

    • @fico777
      @fico777 4 ปีที่แล้ว +4

      You have to disable SettingsMenu in the inspector of SettingsMenu, uncheck the box left to the name.

    • @gxsoldier7789
      @gxsoldier7789 4 ปีที่แล้ว

      @@fico777 thanks man!

    • @alexgillard7886
      @alexgillard7886 4 ปีที่แล้ว

      @@fico777 BRO, cheers for that!

  • @icresoftgames
    @icresoftgames 3 ปีที่แล้ว

    the "quit" was quick., thank you!

  • @unrealdevop
    @unrealdevop 4 ปีที่แล้ว +3

    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

  • @amb9401
    @amb9401 4 ปีที่แล้ว

    it worked thank you so much !!!!! love the ending lmaooo

  • @boyar3033
    @boyar3033 2 ปีที่แล้ว +4

    Easy to understand and implement to my project. Thank you so much ! Your tutorials are a goldmine.

  • @pistoldagun6991
    @pistoldagun6991 4 ปีที่แล้ว +2

    i like your vids cuz you talk alooooot and i like these people who talk alot keep it up!
    :D
    i subed

  • @fps-fc2bp
    @fps-fc2bp 4 ปีที่แล้ว +3

    Please help, when i start my screen, both the quit and back button in vissible

    • @BMoDev
      @BMoDev  4 ปีที่แล้ว +3

      select your OptionsMenu, in the inspector uncheck the box at the top to disable it.

  • @ivanangelov8825
    @ivanangelov8825 4 ปีที่แล้ว +1

    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!

  •  4 ปีที่แล้ว +6

    Anyone else have issues with the play button not working?
    My scene won't load...

    • @bensmart2829
      @bensmart2829 4 ปีที่แล้ว +2

      Check your scene's build index in the build settings

    • @AmazingKing
      @AmazingKing 4 ปีที่แล้ว

      @@bensmart2829 Everything in build settings is correct, It's not working

  • @santiagojuarez1289
    @santiagojuarez1289 4 ปีที่แล้ว +1

    Haha, the quit end was pretty good. I didn’t know about that text mesh system. Thanks for your vids bro

    • @BMoDev
      @BMoDev  4 ปีที่แล้ว +3

      You bet!

  • @kc1449
    @kc1449 4 ปีที่แล้ว +5

    Question, how do we import animations for the background?

  • @cercizbatha9034
    @cercizbatha9034 4 ปีที่แล้ว +1

    Best tutorial every fr

    • @BMoDev
      @BMoDev  4 ปีที่แล้ว

      Thanks!

  • @mohamedmusamustafa3324
    @mohamedmusamustafa3324 5 ปีที่แล้ว +3

    It says scene manager doesn't exist in current context.

    • @BMoDev
      @BMoDev  5 ปีที่แล้ว +2

      You just need to add a Using statement at the top of the script!
      using UnityEngine.SceneManagement;
      you can also 'Right Click' on SceneManager -> Quick Actions and Refactorings -> Add using UnityEngine.SceneManagement.

    • @theshredguitarist25
      @theshredguitarist25 5 ปีที่แล้ว

      Same here

    • @theshredguitarist25
      @theshredguitarist25 5 ปีที่แล้ว

      @@BMoDev Wow thanks!

    • @r_t_x_z8435
      @r_t_x_z8435 4 ปีที่แล้ว

      But my play button does not work i made all steps but play button does not make any thing

    • @Gannon777
      @Gannon777 4 ปีที่แล้ว

      @@BMoDev thanks broo