Тёмный

MAIN MENU in Unity (Best Menu Tutorial 2024) 

SpeedTutor
Подписаться 122 тыс.
Просмотров 202 тыс.
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,1 тыс.   
@SpeedTutor
@SpeedTutor 3 года назад
The main menu tutorial to RULE THEM ALL! :D See what I did there? 🔥UNITY SAVINGS: bit.ly/UnitySalesHub 🔥SpeedTutor Unity Store: bit.ly/STUnityStorePuzzlePacks 🔥HUMBLE SAVINGS: bit.ly/HumbleBundleDeals
@vasileiospgr
@vasileiospgr 3 года назад
you'll have to watch like 20-50 or more videos to find all that stuff, now it's on one video. that's a very helpful tutorial mate, kinda every element that a menu has. ❤️
@khupsimte2085
@khupsimte2085 3 года назад
u
@vasileiospgr
@vasileiospgr Год назад
can you please also pin the Asset for the PlayerPref Editor? cause i can't find it
@InzeDev
@InzeDev Год назад
There is so much in this tutorial that I have learned that not only applies to the main menu I was initially trying to create, but also my game as whole. I spent the last week going over every concept bit by bit and figuring out how I could apply this to other areas I'm trying to create and to better organize my project. Something as simple as the apply button confirmation box taught me how I could activate and deactivate objects from a script, and that's just one example. I've only picked up unity in the last couple months so I have a limited perspective, but I would argue this is the best tutorial for learning how unity works as a whole, as I've gleaned more from this than the dozens of other videos I've been watching. Thank you SO much for creating this tutorial, you have helped me on a level I was not expecting to find.
@SpeedTutor
@SpeedTutor Год назад
Hey there! I'm really glad you enjoyed the tutorial and learning from it. I struggled with this massively myself. You seem pretty forward thinking, just remember there is always a million ways to do something within Unity and programming - My example is merely a suggestion to get you started. You wouldn't believe how long it took me to put this menu together and then create the tutorial to go along side it. Best of luck with all your projects and learning! I hope to see you around again! :D
@InzeDev
@InzeDev Год назад
​ @SpeedTutor I can only imagine how long it took you to put this together, It's taken me over a week just to watch it and finish the menu lol I've actually already modified the load game button slightly to take you directly to an error screen saying no data found if it can't find any game data, rather than needing to click through two menus. Did this by adding two SerializedField game objects to the menu controller and set them to activate based on the if statement you used for the original Load button. A small change, but one I think improves the user experience. I'm hoping to use this concept later for conditional options in game for things like shops or possible dialogue selections, but I'll cross that bridge when I come to it. For now I'm just happy to have my menu done and to have learned as much as I have for the process. Thanks again for the tutorial, really appreciate the time you've put into it.
@ramlakhanyadav4951
@ramlakhanyadav4951 2 года назад
i have no idea why, but hearing your voice just makes feel soothed.
@SpeedTutor
@SpeedTutor 2 года назад
Haha, thanks for watching! :)
@epicdoggames9667
@epicdoggames9667 3 года назад
Would really love to see an implementation of a menu using the new input system. Having menu system for keyboard/mouse (no point and click) or game pad would be extremely helpful. I’ve found next to nothing about implementing this.
@SpeedTutor
@SpeedTutor 3 года назад
I tried to look into the new input system myself but it's like hell on earth, lots of people have different implementations, the Unity official resources have very limited information. I highly recommend using some pre-existing input systems which are far more refined, like Rewired. I have a tutorial on it and it can do everything you want and the referencing to script is much easier too. It's very well documented! :) Best of luck all the same.
@SPA22Y
@SPA22Y Месяц назад
after 3 years, it still works perfectly fine
@SpeedTutor
@SpeedTutor 29 дней назад
Haha, I'm glad I could be of service! :D
@yesimhairy
@yesimhairy Год назад
if your resolutions are duplicating when you build the game, replace resolutions = Screen.resolutions with resolutions = Screen.resolutions.Select(resolution => new Resolution { width = resolution.width, height = resolution.height }).Distinct().ToArray(); make sure you have using System.Linq at the top.
@SpeedTutor
@SpeedTutor Год назад
Thanks for your suggestions! :) I hope that will be helpful to a lot of people.
@tansug01
@tansug01 7 месяцев назад
I know the tutorial has already almost 3 years, but I must say this is truly awesome! 1000/10
@SpeedTutor
@SpeedTutor 7 месяцев назад
Haha, you're very welcome and I'm glad you've found it helpful. What project are you working on? :D
@tansug01
@tansug01 7 месяцев назад
@SpeedTutor I'm actually doing a escape room game with lore, steam punk technology and magic :)
@SpeedTutor
@SpeedTutor 7 месяцев назад
Oh amazing, what sort of progress do you have so far?
@tansug01
@tansug01 7 месяцев назад
@@SpeedTutor Some mechanics, puzzles sketchs, spells and some UI stuff. If you're interested, I would be glad if you could look for my name without the 01 + gamedev on tw
@tansug01
@tansug01 7 месяцев назад
​@@SpeedTutor Some mechanics, puzzles sketchs, spells and some UI stuff. Now working on the main menu, specially on the audio and video settings and then I'm going to implement save and load. I just followed you on X, you can look the progress better that way if you are interested.
@БорчеПешликоски
@БорчеПешликоски 2 года назад
using it for a few years and now I want to upgrade and I'm happy I did that.
@abhishekpunjani1466
@abhishekpunjani1466 2 года назад
Thankyou for actually explaining tNice tutorialngs. Other videos that I watched started talking about how to make soft and didn't ntion anytNice tutorialng
@relazingmusictheory8466
@relazingmusictheory8466 2 года назад
Thank you for tNice tutorials, tNice tutorials was a huge help.
@SpeedTutor
@SpeedTutor 2 года назад
Glad to hear that!
@sophiad4297
@sophiad4297 2 года назад
You deserve million subs for sure! Thank you for sharing this with us for free!
@SpeedTutor
@SpeedTutor 2 года назад
You're very welcome!
@s324
@s324 Год назад
thanksssss the stupid canvas stuff was messing me up so much. Text with component buttons added is super useful.
@SpeedTutor
@SpeedTutor Год назад
No worries at all! :D I'm really glad you found it helpful! :D
@laragonzalezcastilla2771
@laragonzalezcastilla2771 2 года назад
Just wanted to express how helpful your videos are!! you are extrely good at explaining tNice tutorialngs in-depth but still at a basic level for
@SpeedTutor
@SpeedTutor 2 года назад
Glad you like them!
@armagedomappers8133
@armagedomappers8133 2 года назад
Wow at last a soft tutorial I can follow! you sir are a genius
@michaelwilson8461
@michaelwilson8461 2 года назад
Lots of great stuff in here, I'm watching at work so I can't give it my full attention right now, but if I see NOTHING else in this video the ability to toggle between two dialog boxes using the GameObject SetActive function alone is worth the 1 1/2 hour video lol. I've been doing that through script, passing in references to each of the dialogs, then attaching the script to a UI element to expose the function I wrote. Then assigning that to the Click() function. Yeah , it does the exact same thing but this little trick saves a lot of time, and is much less of a pain in the ass. Can't wait to watch this when I have time to pay attention. Great video so far
@SpeedTutor
@SpeedTutor 2 года назад
This is a fairly short video considering what you COULD do with a menu, as you could incorporate audio mixers, key rebinding, post processing. The thing is, menu's take a hell of a lot of time to put together. I tried to make a comprehensive start which teaches you things you need to know to expand it all, to your liking! :)
@racrity
@racrity 5 месяцев назад
You're awesome bro! Tysm for this, pure gold ❤!
@SpeedTutor
@SpeedTutor 5 месяцев назад
You're very welcome, what are you trying to create? :)
@racrity
@racrity 5 месяцев назад
I'm developing a psy terror walking sim inspired by Gone Home but with some terror spicy features like silent hill. We'll see what comes out of that 😅. It's 100% personal, nothing to do with steam or pointed into the market, just to learn and have fun coding. Anyways, all of your tuts are incredibly helpful, can't imagine how much hours you spend in total between creating your games and your content 😬. So much respect to you!
@michaelb2793
@michaelb2793 2 года назад
Just finished, awesome tutorial, thanks for making and posting it, was almost perfection. You have a great voice, great flow, great detail. Only thing that would have made it perfect. When following along and trying type at the same time, sometimes the moment you finish a block of code or doing something, you jump to a new point on the screen before one can hit pause to finish typing. Should have a pause, or comment, "so now that's done", so people have time to hit pause and finish typing. Not so bad on a 10min video when you can scroll back a couple of seconds. But on a big one skipping back a few seconds is a pain. This applies to pretty much all tutorials. Maybe everyone who makes tutorials has the entire Unity documentation memorized front to back, know everything about everything and never have to reference anything. I think it would be nice and helpful to see some incorporation of looking up the API, the thought process of how to find the code you need, when you can't remember syntax, or when you are trying to do something for the first time. Remembering that people are watching cause they don't know what they are doing. Thanks again for your awesome contribution, this menu tutorial does rule them all.
@SpeedTutor
@SpeedTutor 2 года назад
I really appreciate you taking the time to write this up for me, thanks for being very constructive! I'm glad you enjoyed it for the most part. If I could go back I would change a few things because there was an issue in one part of the video specifically. The problem was I'd literally spent hours and hours recording, putting this together and couldn't easily go back and make the change because it would have required me to remake a large part of it. It just wasn't feasible. I will look at improving, as we all do for all future content. Thanks for being awesome my friend! Best of luck with your development.
@erickabelen1930
@erickabelen1930 2 года назад
drums softing good start learning how to make your own lodies. Good luck bro!
@eduardmoldoveanu4245
@eduardmoldoveanu4245 2 года назад
OMG ITS WORKED. Guys it really worked. Thank y
@SpeedTutor
@SpeedTutor 2 года назад
Great to hear it! :)
@mohid-_-molani6371
@mohid-_-molani6371 2 года назад
Great you solved one headache for me, thanks
@SpeedTutor
@SpeedTutor 2 года назад
No problem 👍
@MasudRana-ce8mp
@MasudRana-ce8mp 2 года назад
Oh, I goodly want to hear so!
@arneltorres3598
@arneltorres3598 2 года назад
Do the basics first, if it would be easy, everyone would do it
@noevaiit2048
@noevaiit2048 2 года назад
thank you so much. tNice tutorials helped a lot
@JOGO-pi6ox
@JOGO-pi6ox 2 года назад
You are a life saver! Kudos to you! You rock!!
@TaiNguyen-il9zh
@TaiNguyen-il9zh 2 года назад
Absolute W video. I had a lot of money softowing in in a good ti of my life where I would spend it on dumb stuff. But one of the few good
@zakariael-onsy2343
@zakariael-onsy2343 2 года назад
u change it to "Analog app 1 TE" to get the sa soft as Nice tutorialm. Hope tNice tutorials helped!
@uthkarshm6390
@uthkarshm6390 2 года назад
I was given soft soft as a gift in 11, and up until recently, I was so overwheld by the complexity of it that I never got past just using
@Karaoke1234nepal
@Karaoke1234nepal 2 года назад
Thank you so much for making stuff in soft a lot easier to understand.
@SpeedTutor
@SpeedTutor 2 года назад
Glad it was helpful!
@pstreamp2243
@pstreamp2243 2 года назад
You guys will get there soon. Just keep practicing I'll see you guys at the finish line
@koi8714
@koi8714 2 года назад
Just bought signature edition and tNice tutorials tutorial I've watched a few tis. Am having a blast atm lol
@SpeedTutor
@SpeedTutor 2 года назад
What is the signature edition? :o
@anelejohnson2734
@anelejohnson2734 2 года назад
God, I'm glad I found your video that helped me
@SpeedTutor
@SpeedTutor 2 года назад
Glad I could help!
@sp-engineeringcoltd.5751
@sp-engineeringcoltd.5751 2 года назад
Still helping after 2 years
@Hashtag_99
@Hashtag_99 2 года назад
Excellent video ...............................Thank You !!!
@SpeedTutor
@SpeedTutor 2 года назад
Glad you liked it!
@muhharbi7525
@muhharbi7525 2 года назад
seriously helped thank you!!
@LouisBadak
@LouisBadak Год назад
awesome tutorial, thank you so much!
@SpeedTutor
@SpeedTutor Год назад
You're very welcome! :D
@cjgamingchannel2232
@cjgamingchannel2232 2 года назад
Fantastic video bro, legend.
@SpeedTutor
@SpeedTutor 2 года назад
I'm glad you found it helpful! :D
@CruSher0821
@CruSher0821 2 года назад
very very gooood, thaaankss maan✨✨✨✨✨✨✨✨✨✨
@jeanramos7192
@jeanramos7192 10 месяцев назад
Hi! Nice video! Very complete and easy to understand, by any chance, where I can enable the PlayerPrefab editor tab?
@SpeedTutor
@SpeedTutor 10 месяцев назад
I hope the link works: This is the one I think: assetstore.unity.com/packages/tools/utilities/playerprefs-editor-167903?aid=1101l9Bhe
@jeanluisramos9532
@jeanluisramos9532 10 месяцев назад
@@SpeedTutor Can this menu be interactive with XR interaction toolkit? Gladly for your help.
@leonardomartinez6823
@leonardomartinez6823 2 года назад
Holy crap it actually worked!
@SpeedTutor
@SpeedTutor 2 года назад
Awesome, thanks for watching! :)
@KonstantinIvanichkin
@KonstantinIvanichkin Год назад
Brilliant tutorial!
@SpeedTutor
@SpeedTutor Год назад
Thanks very much for watching, is there anything you learned that was helpful? :)
@yassinenaim6394
@yassinenaim6394 2 года назад
OMG THANKS SO SO MUCH THIS HELPED!!!
@SpeedTutor
@SpeedTutor 2 года назад
No problem!!
@11.sec_anime68
@11.sec_anime68 2 года назад
Thanks bro that was really helpful
@SpeedTutor
@SpeedTutor 2 года назад
No problem 👍
@w0sy980
@w0sy980 2 года назад
Great video, the program works great
@SpeedTutor
@SpeedTutor 2 года назад
Glad it helped!
@robro498
@robro498 2 месяца назад
I folllowed it and it worked thanks. How do i then implement loading / saving. Obviously on here theres the new game and load game button, but in game if i wanted to pause and save the game, how would i then be able to load the game using what ive got
@SpeedTutor
@SpeedTutor 2 месяца назад
That's a much more long winded concept because it's depend on your game but you want to save the things that change. Get yourself a save system from the store and decide if it's just the scene or if it's specific parts of it. Save player position, inventory, events, actions. Then you reload those states. :)
@robro498
@robro498 2 месяца назад
@@SpeedTutor ok thank you :)
@kiddintees1446
@kiddintees1446 2 года назад
thank you very very very much, you help me a lot
@SpeedTutor
@SpeedTutor 2 года назад
Glad to hear that!
@HendraGunawan-jr7qd
@HendraGunawan-jr7qd 2 года назад
This is great, thank you!
@SpeedTutor
@SpeedTutor 2 года назад
Glad you liked it!
@rodrigodanielmontielvilleg2726
@rodrigodanielmontielvilleg2726 2 года назад
thank you so much dude you're a god
@SpeedTutor
@SpeedTutor 2 года назад
Any time
@eriqueberdos7531
@eriqueberdos7531 2 года назад
I look forward to new videos on this topic from yo
@canaryrobin182
@canaryrobin182 2 года назад
Thanks... it's working... Good Job...!
@SpeedTutor
@SpeedTutor 2 года назад
You're welcome!
@muhamaddio3947
@muhamaddio3947 2 года назад
This was so helpful!! Thank you
@SpeedTutor
@SpeedTutor 2 года назад
You're so welcome!
@cesarorvananosespinoza6972
@cesarorvananosespinoza6972 2 года назад
Amazing tutorial
@SpeedTutor
@SpeedTutor 2 года назад
Thank you! Cheers!
@johnrexsondiaz2499
@johnrexsondiaz2499 2 года назад
you are the best dude
@kmultimediaservice4753
@kmultimediaservice4753 2 года назад
Wow thank you very much I am a 12 year old and I really like making EDM soft I used to use GarageBand and once I opened up soft
@SpeedTutor
@SpeedTutor 2 года назад
Glad I could help!
@joeyweerayutstudio5575
@joeyweerayutstudio5575 2 года назад
Great video as always!
@SpeedTutor
@SpeedTutor 2 года назад
I appreciate that!
@bridgelund
@bridgelund Год назад
I have a problem I did the first scripting part of the video all right but it keeps error coding cs1002 (which means missing semicolon) on lines 26 and 13 where they don't need to be and cant be what do I do? and line 13 don't even have anything in it
@SpeedTutor
@SpeedTutor Год назад
It could be a spelling mistakes or something even before that? What's on those lines? :)
@fuzxle2150
@fuzxle2150 2 года назад
public void SetResolution(int resolutionIndex) on this part i am getting an error saying the modifier 'public' is not valid for this item
@SpeedTutor
@SpeedTutor 2 года назад
Is it because you have a syntax issues before that line?
@enriquemartirequena7233
@enriquemartirequena7233 2 года назад
THANK YOU SO MUCH! ❤
@SpeedTutor
@SpeedTutor 2 года назад
No problem 😊
@matutr1703
@matutr1703 2 года назад
Excellent video
@SpeedTutor
@SpeedTutor 2 года назад
Thanks for the visit!
@ekekw930
@ekekw930 Год назад
I am always going back and forth between setting up my onClick listeners in code or the editor. Is this just personal preference or is one better than the other?
@SpeedTutor
@SpeedTutor Год назад
That depends which one you like the most, I find it easier to set them up in the editor because they're always available. Rather than only set in code but it does depends on the use case. As sometimes I set the listeners in code if I don't want to explicitly specify before hand or it will change depending on a circumstance.
@ekekw930
@ekekw930 Год назад
@@SpeedTutor thanks for the reply! I tend to prefer setting them up in the code so I always know exactly what each script does and where to look in case of issues. Also makes it easier to expand upon them in my opinion.
@matrixunited1307
@matrixunited1307 Год назад
​@@SpeedTutor I don't know if your main menu still works
@shahhussain8088
@shahhussain8088 2 года назад
Really helped in 19 thx
@tpidkaboku7516
@tpidkaboku7516 Год назад
Thank you. super program!
@SpeedTutor
@SpeedTutor Год назад
You're welcome!
@weforit5435
@weforit5435 2 года назад
That's so cool!
@hanzchristopher02
@hanzchristopher02 2 года назад
OMG, thank you!!!!
@arnavshows878
@arnavshows878 2 года назад
Thank you!
@SpeedTutor
@SpeedTutor 2 года назад
You're welcome!
@16-khachondetpoowadolpipat37
@16-khachondetpoowadolpipat37 2 года назад
I love this tutorial but I want to ask u something, how do making the setting menu on the different scenes that sync to each other? I'm confused about it.
@SpeedTutor
@SpeedTutor 2 года назад
You do it in the same way, you save the settings like we do in this video. Then when you load the scene, just like loading on the start of the game. On the start of your new scene, load all the settings you've already saved before :)
@이정훈-n8l5s
@이정훈-n8l5s 2 года назад
Hey, i just wanted to know do i have to learn soft before i use soft soft? Also i wanna learn premiere and after effects.
@sanui8207
@sanui8207 2 года назад
Nice tutorialiii
@SpeedTutor
@SpeedTutor 2 года назад
Thanks very much! :D
@erizosombra4217
@erizosombra4217 2 года назад
very thank to youuuuuuuuuuuuuuuuuuuuu bro from i will support
@SpeedTutor
@SpeedTutor 2 года назад
Thanks very much! :)
@an24gaming88
@an24gaming88 7 месяцев назад
🔥🔥🔥🔥🔥🔥🔥🔥Man this is al what is needed thxx a TON.......Just a question!!!....... In which part across the globe this game dev stream has the best scope plese tell me I am deeply lost ......I actually want to see myself as a game developer pleaseee ❤‍🔥❤‍🔥❤‍🔥❤‍🔥❤‍🔥❤‍🔥❤‍🔥❤‍🔥❤‍🔥❤‍🔥❤‍🔥❤‍🔥
@SpeedTutor
@SpeedTutor 7 месяцев назад
Thanks for watching! Could you explain a little more about this?
@an24gaming88
@an24gaming88 7 месяцев назад
@@SpeedTutor sure!!!!. I want to know in which country there are more changes of getting better opportunity in this game dev field 😄
@I-OMusic
@I-OMusic 7 месяцев назад
>Best Tutorial 2024 >Uploaded 2 years ago
@SpeedTutor
@SpeedTutor 7 месяцев назад
Haha, well I'm just making sure that people know it's still very relevant to 2024. :)
@gmangman123
@gmangman123 3 года назад
Thx so much my friend!
@SpeedTutor
@SpeedTutor 3 года назад
Thanks for taking the time to check it out! :)
@JonJonGames
@JonJonGames 3 года назад
Awesome vid.
@SpeedTutor
@SpeedTutor 3 года назад
Thanks Jon! :D
@boody482
@boody482 2 года назад
Bro you are beast
@SpeedTutor
@SpeedTutor 2 года назад
I appreciate it! :)
@veslyju1984
@veslyju1984 9 месяцев назад
Thanks
@SpeedTutor
@SpeedTutor 9 месяцев назад
You're very welcome, are you creating a new menu?
@risingforce9648
@risingforce9648 9 месяцев назад
if I load a song or a group of sounds in this menu for testing how the slider is working? what should I do? I meant, your tutorial is great, however I found the best way to test it is loading a sound called "Audio".
@SpeedTutor
@SpeedTutor 9 месяцев назад
I'm not sure what you're asking? :o
@risingforce9648
@risingforce9648 9 месяцев назад
@@SpeedTutor I need to change the music volume while moving the slider... for example I am using a gameobject which is playing a music in the MenuController scene... when I enter to the Music settting there is an slider, well before apply , reset or back , the music must volume up or volume down...thx.
@gib255
@gib255 Год назад
Love your vid thx
@SpeedTutor
@SpeedTutor Год назад
You're very welcome, my friend. Thanks for checking this out. What did you build?
@gib255
@gib255 Год назад
@@SpeedTutor i am trying to building a multi player space shooter but i am using a variant of your menu system so players can pick their ship's
@SpeedTutor
@SpeedTutor Год назад
Oh awesome, will there be a lot of choice?
@classysoda
@classysoda Год назад
Do you have a tutorial about character selection and how to make a new scene? won't the main menu you created be deleted when you add a new scene?
@SpeedTutor
@SpeedTutor Год назад
It would technically be deleted yes, but you could load that back up again :)
@classysoda
@classysoda Год назад
@@SpeedTutoradded questions sir, This is the main menu you made, I want to add selection characters, should I still create a new scene for the selection character or combine it, or should I just add C#sricpt?
@SpeedTutor
@SpeedTutor Год назад
I'd combine it into your current main menu, and add the UI, elements and scripts! :)
@classysoda
@classysoda Год назад
@@SpeedTutor Thank you
@Optimus-ti8er
@Optimus-ti8er 9 месяцев назад
the volume slider has stopped working for me it doesnt change value and i am not sure what happened
@SpeedTutor
@SpeedTutor 9 месяцев назад
It worked before?
@tallestinbrisas
@tallestinbrisas 2 года назад
Excellent tutorial :), is this code on patreon? if i may ask.
@SpeedTutor
@SpeedTutor 2 года назад
Yep! The entire system is on my patreon. Thanks for checking out the tutorial though, you're awesome!
@karenlicona9712
@karenlicona9712 2 года назад
Like it very much
@SpeedTutor
@SpeedTutor 2 года назад
Many many thanks
@christiangaray9824
@christiangaray9824 2 года назад
The best but I need more ti to make 100% best soft hehehehe thanks for the video bro.
@redblack034
@redblack034 2 года назад
wow, very cool video, youre fire
@SpeedTutor
@SpeedTutor 2 года назад
Thanks 🔥
@jagan5134
@jagan5134 2 года назад
Aweso tutorial but I dont have a snare anywhere on my list. Wtf
@pixality1
@pixality1 Год назад
2 errors, "Assets\Scripts\MenuController.cs(23,39): error CS0117: 'PlayerPrefs' does not contain a definition for 'Getstring'" and "Assets\Scripts\MenuController.cs(35,21): error CS0117: 'Application' does not contain a definition for 'quit'". any help?
@crtglowgames
@crtglowgames 6 месяцев назад
Erm, you've probably moved on by now, but Getstring should be GetString and quit should be Quit :)
@jotinkh1514
@jotinkh1514 2 года назад
How to contact you for my other question thank you
@SpeedTutor
@SpeedTutor 2 года назад
You can email me or message through my website! :)
@Leppy_L
@Leppy_L 2 года назад
saldy i cant add my menucontroller script into the inpector with the game object
@SpeedTutor
@SpeedTutor 2 года назад
Why not? :o
@Vanduo610
@Vanduo610 2 года назад
How to set a dropdown button to change music or theme? Option A Dark theme, Option B Light theme.
@SpeedTutor
@SpeedTutor 2 года назад
You can take a look at my post processing tutorials, I show you how to change those on a dropdown. You can use this in the same way, due to it not having to be dynamic! :)
@_SF_Media
@_SF_Media 3 года назад
This is awesome! Can you make this using the new Unity Input system now?
@SpeedTutor
@SpeedTutor 3 года назад
How would the new input system affect this, considering it's only using mouse clicks? :) But I can look into it!
@_SF_Media
@_SF_Media 3 года назад
@@SpeedTutor I converted a project from the old input to the new system and now get errors. Had to convert the Event System to the new system, so no Mouse Click Events using the old system worked after that point. That's about all I can tell you. I put that project on hold until I can find a solid tutorial on how to make it work.
@meikai0917
@meikai0917 Год назад
i need somthing EXACTLY like this but with the code in the description so we can copy and past this
@SpeedTutor
@SpeedTutor Год назад
The problem is, it's an awful lot to copy and paste into a description. It's all on my patreon though.
@meikai0917
@meikai0917 Год назад
@@SpeedTutor how do i get to it
@prasadbhondve3695
@prasadbhondve3695 2 года назад
soft setuper?
@Facts_Daily_123
@Facts_Daily_123 2 года назад
But how I save the things that I have in the level? and how I save? Plz help me
@SpeedTutor
@SpeedTutor 2 года назад
You'd want a different save system like "EasySave" from the Unity store, which would save the things that change in your level :)
@phase7.28shootsyou8
@phase7.28shootsyou8 2 года назад
thank you so so so much your a great person you helped
@SpeedTutor
@SpeedTutor 2 года назад
You're very welcome!
@Leppy_L
@Leppy_L 2 года назад
first line of code for buttons: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; public class MenuController : MonoBehaviour { [Header("Levels To Load")] public string _newGameLevel; private string levelToLoad; [SereializedField] private GameObject noSaveGameDialog = null; public void NewGameDialogYes() { SceneManager.LoadScene(_newGameLevel); } public void LoadGameDialogYes() { if(PlayerPrefs.HasKey("SavedLevel")) { levelToLoad = PlayerPrefs.GetString("Savedlevel") SceneManager.LoadScene(levelToLoad); } else { noSaveGameDialog.SetActive(true); } } public void ExitButton() { Application.Quit(); } }
@only_Hitler
@only_Hitler 2 года назад
works thanks!
@SpeedTutor
@SpeedTutor 2 года назад
You're welcome!
@jeromecanoy1999
@jeromecanoy1999 2 года назад
seriously helped thank you!!
@-AmeliaIndahFaradilla
@-AmeliaIndahFaradilla 2 года назад
That's so cool!
@SpeedTutor
@SpeedTutor 2 года назад
Thanks for watching! :)
@vishwahindi
@vishwahindi 2 года назад
Thanks
@SpeedTutor
@SpeedTutor 2 года назад
No problem!
@emmajunior1976
@emmajunior1976 2 года назад
That would be 99 percent of us
@whitehorn799
@whitehorn799 2 года назад
Thanks for this! Massively helpful and an easy guide. 1:05:08 Those following along, be careful here. He adds the SetResolution(int resolutionIndex) method before setting resolutionDropdown.AddOptions(options); resolutionDropdown.value = currentResolutionIndex; resolutionDropdown.RefreshShownValue(); Then, when he rejoins the from the cut in the video, the above three lines are missing but the SetResolution method is there. I thought those lines weren't needed anymore, so I deleted them. The cool thing is, after spending a while scratching my head, I figured it out for myself thanks to the teacher's ability to prepare my brain! Great!
@SpeedTutor
@SpeedTutor 2 года назад
Yes, sorry about that. When you're structuring a video as big as this and one minor error comes along. You have to use the magic of editing to work around, so sorry for any confusion but I'm glad you worked it all out! Fantastic stuff! :D
@whitehorn799
@whitehorn799 2 года назад
@@SpeedTutor No worries at all, the video is excellent!
@dutchiewonderz6553
@dutchiewonderz6553 2 года назад
Thanks for the video, but on this specific point no one thought to post the solution for us lesser inclined intellectuals?
@adeadaxe
@adeadaxe 2 года назад
@@dutchiewonderz6553 You just leave them in. He created the SetResolution function first and then add those three lines to Start(), but he has that backwards in the video so it seems like the three lines just disappear.
@dutchiewonderz6553
@dutchiewonderz6553 2 года назад
@@adeadaxe Thank You!!
@nightcorerin3312
@nightcorerin3312 Год назад
As someone who has been through their fair share of tutorials, I heavily applaud this one. I am beginner ( somewhat) and this is so helpful and informative at a good pace. I usually have to redo a tutorial several times before things run right but this one i was one and done. I cant praise this enough~thank you
@SpeedTutor
@SpeedTutor Год назад
You're very welcome, my friend! :D I'm really glad you found it useful because it took quite a while to put together! :)
Далее
How to make a Save & Load System in Unity | 2022
26:56
Просмотров 193 тыс.
PAUSE MENU in Unity
12:13
Просмотров 988 тыс.
How to make AWESOME Scene Transitions in Unity!
19:45
Просмотров 944 тыс.
How to make a menu in Unity - UI Tutorial
26:27
Просмотров 186 тыс.
Unity RUNTIME Fee IS GONE! (Full Details & Pricing)
6:03
Building Runtime UI with UI Toolkit In Unity
21:35
Просмотров 44 тыс.
MAIN MENU in Unity - Unity UI tutorial
14:59
Просмотров 128 тыс.
Unity AUDIO Volume Settings Menu Tutorial
9:24
Просмотров 66 тыс.
SETTINGS MENU in Unity
17:22
Просмотров 943 тыс.
Unity MAIN MENU 2022 Tutorial | Beginner Friendly
15:39