How to Make a Simple Main Menu in Unreal Engine 5 - in 5 Mins!

  Рет қаралды 59,481

Gorka Games

Gorka Games

Күн бұрын

Пікірлер: 95
@mx1rx1nc-llc13
@mx1rx1nc-llc13 2 жыл бұрын
thanks for not making any click bait material. theres alot of wasted time out there on that. keep up the good work
@GorkaGames
@GorkaGames 2 жыл бұрын
Thank you man! I really appreciate it. I always try to keep my tutorials straight to the point
@DieAxtimWaldeImSpieleWald
@DieAxtimWaldeImSpieleWald 28 күн бұрын
Couldn't agree more! Other videos I watched didn't touch several important parts so I was left off confused about why menu works but upon game start the camera spawned somewhere outside of player start position and input wasn't working at all or vice versa.
@Sygma_Kyle
@Sygma_Kyle 2 жыл бұрын
Not only this tutorial enabled me to create a main menu in a simple, easy to follow way, but it actually taught me to fix an issue I had. I never knew that you could assign different game modes to different levels/maps! I thought I had to create a single gamemode for the entire game.....
@GorkaGames
@GorkaGames 2 жыл бұрын
Thats great to hear! yeah I always try to make my tutorials easy and simple to follow :) And I am glad I helped you discover that you can apply different game modes for different levels. It is a very powerful way to create different workflows through out your levels :)
@Sygma_Kyle
@Sygma_Kyle 2 жыл бұрын
@@GorkaGames Do you got a discord server? Would love to directly engage with you there!
@GorkaGames
@GorkaGames 2 жыл бұрын
@@Sygma_Kyle Right now I dont have a community server, however i do have a server for my Steam game, you can join there :) The link is in my channel
@Legado-Shibuya
@Legado-Shibuya 3 ай бұрын
Seriously, I think the way you teach is perfect, well I can learn thanks to your willpower to teach, thank you very much for your efforts. 🇧🇷
@gentraxyz
@gentraxyz Жыл бұрын
I have a first person game how do you stop the mouse dissapearing whe you click the background
@SEANandSYD
@SEANandSYD 10 ай бұрын
I gotchu! I had the same issue. If you make a new button (and make the Color Alpha 0, so its transparent) size it to the whole screen and set any other buttons z order to 1(leaving the background button at 0), so they function 'above' the others. Then you can click the background and not loose your cursor!
@hasanraza7742
@hasanraza7742 2 ай бұрын
@@SEANandSYD Thanks buddy !! You also helped a lot !!
@hannahrivera990
@hannahrivera990 2 жыл бұрын
I just started watching your videos! They are amazing! I would love to see a tutorial on the options menu.
@GorkaGames
@GorkaGames 2 жыл бұрын
Thank you so much!! Yes good idea, I will note it down for a future tutorial!
@redARAbian03
@redARAbian03 2 ай бұрын
Thanks for the super quick, easy and understandable tutorial brother!!
@outtoplay
@outtoplay 2 жыл бұрын
Quick and to the point! Great stuff. Thanks for the effort to share this. : )
@GorkaGames
@GorkaGames 2 жыл бұрын
thank you for watching my tutorial!!!
@LordGROOVYSilver117
@LordGROOVYSilver117 Жыл бұрын
@@GorkaGamesey I need your help please! So when I start my game in the main menu map my enemy ai follows the player for about 5 seconds and then just randomly stops walking but on my normal third person map without the main menu my AI works just fine, I can figure out how to fix it please help.
@CHASA
@CHASA Жыл бұрын
Great tutorial, but for some reason the start button isn't working for some reason when I click on it. And have you uploaded your options menu video yet??
@RickHenderson
@RickHenderson Жыл бұрын
Great stuff. I’m hoping to add an image to the start screen or a simple animation/rendered video.
@PootisMemer
@PootisMemer 5 ай бұрын
whenever I load the game onto my PC my mouse is gone (because it is invisible for player controll) how do I change that? By the way I'm using UE5.3 First Person Blueprint
@gordus79
@gordus79 3 ай бұрын
same here
@qvysh
@qvysh 5 ай бұрын
thank you for the tutorialllll
@KANAWA2025
@KANAWA2025 6 ай бұрын
cool menu - thanks!
@Punchmememe
@Punchmememe Жыл бұрын
and wat if i want to have the camera rotate 90 º and then apear up the next uhmm buttons ?
@willy8499
@willy8499 Жыл бұрын
great video, made it very simple and easy. One question though, when I click somewhere in the menu that isn't a button, my cursor is lost and I have to click Shift F1 to get it back, is there a way to turn off the cursor in the game world and have it only on the menu so it's never lost?
@kartikeyabekkari806
@kartikeyabekkari806 6 ай бұрын
you can make a new button whith its color as Alpha 0 covering the whole canvas and have that buttons zorder be 0 while the actual buttons the player will be clicking have a zorder of 1
@jotafreshh4126
@jotafreshh4126 Ай бұрын
good tutorial!! how well you explain it! I have a question, is there any way to make a start menu like God of War or Shadow of the Colossus? I mean that the background of the start menu is the beginning of the game's cinematic. Could you show me how to do something like that? There are no tutorials on how to do it! greetings from Argentina!!
@av_lle
@av_lle 5 ай бұрын
i cant click on the buttons
@Shadow-Dragon-2
@Shadow-Dragon-2 2 ай бұрын
Yeah
@RICCOLAROSO
@RICCOLAROSO 6 ай бұрын
how do i do the options menu.
@KylezUwU
@KylezUwU Жыл бұрын
When I package my game It just loads me into the game level not the main menu level why is this? It works in unreal engine but not when packed.
@davida4641
@davida4641 Жыл бұрын
I think you have to change the level, in the modes section in project settings to show the main menu.
@manananand316
@manananand316 2 жыл бұрын
THANKS BRO!! FOR THE TUTORIAL
@GorkaGames
@GorkaGames 2 жыл бұрын
thank you for watching!!
@sheldon1000
@sheldon1000 Жыл бұрын
Great tutorial. My only issue is that when I hover my mouse, the button isn't changing looks like in your example (it's not changing tint etc.. during hover) How can I fix this?
@GorkaGames
@GorkaGames Жыл бұрын
thanks! I believe that in the widget. if you select the button, in the details panel, under appearance, style, there are some colors to exactly do that
@Buraz244
@Buraz244 Жыл бұрын
I have a problem. I made it so when the main menu loads the mouse cursor is always on screen but when I press play I can't look around without holding the mouse button down the whole time. Anyone know how to fix this?
@gamingmitmaus6949
@gamingmitmaus6949 Жыл бұрын
I have the same issue.
@NeatWolf
@NeatWolf 11 ай бұрын
That's because he made a little "make player not spawn" hack: defining the gamemode class - with no player. The point is that he didn't restore the gamemode nor the player class when pressing play. Just skip the part about creating the new gamemode for now.
@Redrik
@Redrik Жыл бұрын
Спасибо большое за видео! Только у тебя нашёл, как добавить пунктирную рамку!
@adamsnell2088
@adamsnell2088 6 ай бұрын
My menu never goes away after pressing play and my game starts automatically before even pressing play
@sukynosecond
@sukynosecond Жыл бұрын
Hi, I did everything according to your instructions, but when I click on Play Game, the menu doesn't want to close :/ Can you help me please?
@drexxboban8277
@drexxboban8277 9 ай бұрын
probably cause u have an infinite loop. Depending how u set everything up, your game starts immediately with widget loaded, clicking on button will load the same level with the same widget that will open main menu again and again. So instead of 'load level' function on button play you have to set function 'remove all widgets', and it will remove main menu.
@RiverWillow666
@RiverWillow666 Жыл бұрын
youre tutorials are awesome
@pixelwolf8759
@pixelwolf8759 Жыл бұрын
Can you please make a video on how to make a main menu with a new game and load game system please.
@Pretzel65
@Pretzel65 Жыл бұрын
im using the first person template and every time it loads the main level all the controls dont work, can you tell me why this is happening and a fix for it?
@Amyleinxde
@Amyleinxde Жыл бұрын
Had the same problem my fix was: 1. In the MainMenu Widget Blueprint I added to the "On Clicked (Button_Play)" event: "Set Input Mode Game Only", right after "Open Level (by Name)" and don't forget the "Get Player Controller" and connect the Return Value of that to the new node. 2. Additional you can go to the Main Menu Level Blueprint Editor and add (right after "Add to Viewport") "Set Input Mode UI Only" 3. I also had a problem where my mouse cursor wouldnt want to show in the main menu, so right before the "Set Input Mode UI Only" and after "Add to Viewport" I added a "Set Show Mouse Cursor, checked the box and connected the return value from "get player controller So basically i set the input mode UI only when we are in our main menu , told the mouse cursor to show when in the Main Menu, and then switched the input mode to game only when we load into our level:) hope this helps
@GennaiosFX
@GennaiosFX 5 ай бұрын
my main keeps opening after level start
@FPChris
@FPChris Жыл бұрын
How to black out the display and briefly display some text like “Sony Entertainment Presents” for like 5 seconds before the Main Menu.
@HugoCortell
@HugoCortell 9 ай бұрын
Auto player activate seems to no longer be an option, now there is just a "auto activate" option, which does not seem to produce the same behaviour.
@Lanzyg
@Lanzyg Жыл бұрын
But what to do when i close the game then when i opens it again i will start in the firstpersonmap and when i preess play i will just spawn nomal without the Main menu
@GorkaGames
@GorkaGames Жыл бұрын
you need to go into, project settings, maps and modes, and then you can change the default map
@Lanzyg
@Lanzyg Жыл бұрын
@@GorkaGames thank you it helped a lot
@NeatWolf
@NeatWolf 11 ай бұрын
@@GorkaGames hey, just wondering - the "hack" of setting a gamemode works but - of course when you press play nothing happens - any plan to find a better way to do it? Just typing it here would be appreciated ^^
@BM0101
@BM0101 7 ай бұрын
i finished the main menu but if i click on play button the map is loading and still the game not started thats all the why this is happening?
@MurderCrowAwdio
@MurderCrowAwdio Жыл бұрын
Hi, When I build my game, there is no mouse control on the menu...
@GorkaGames
@GorkaGames Жыл бұрын
make sure to set the cursor visible
@MurderCrowAwdio
@MurderCrowAwdio Жыл бұрын
@@GorkaGames figured it out! Thanks.
@sr.alexisjuega344pro
@sr.alexisjuega344pro 6 ай бұрын
One question how do I put the FirstPersonMap?
@baryafe
@baryafe 7 ай бұрын
when i created the widget in main menu level, it didn't freeze the player and spawned the mouse
@ItsZeroWow
@ItsZeroWow Жыл бұрын
Okay, so there is no "Events" section while trying to set up the bp in the button, is it changed in the 5.2?
@serbianguy1439
@serbianguy1439 Жыл бұрын
set as variable
@gamingentertainment4025
@gamingentertainment4025 Жыл бұрын
Hii bro I am compile package not work properly only show thirdPerson Map No show mainmainu map level help please
@devoncrumpler1885
@devoncrumpler1885 8 ай бұрын
Dogg I thought I was going so well following along and then BAM.... nothing. I'ma try again tomorrow or something, I'm going to sleep before I end up on the news ❤
@david-patton
@david-patton 2 жыл бұрын
Can you make a Fortnite or apex menu? Like when you invite your friends and you can see them all waiting.
@GorkaGames
@GorkaGames 2 жыл бұрын
Yeah, I have in mind for the future actually making a whole multiplayer game mini-series. But I dont know exactly when I will do it, as it will require a lot of time for me. I will let you know when it will be available! As actually making a party and a friend system is pretty complex
@rene-ev3vu
@rene-ev3vu 2 ай бұрын
its really good keep up the work, but i have a problem, if i press start, the ui wont go away, would someone be able to help?
@dragomalaga
@dragomalaga 8 ай бұрын
Primer comentario en español...se agradece estos tutoriales.
@akcikas
@akcikas 8 ай бұрын
I don't want to open a new level, i want to stay in the current, what changes then i have to do?
@stfleons
@stfleons 6 ай бұрын
ur clueless dont even bother developing something
@rickboogaard
@rickboogaard 5 ай бұрын
Dont be so harse... i think you should use the event beginplay, then from that set game paused, create widget+add to viewport, set game and ui input, set show mouse cursor, and on the button action in the widget graph, reverse these actions so set game input mode, uncheck show mouse cursor, remove all widgets (or in any case just the menu widget
@SathiyaPriyan-q9y
@SathiyaPriyan-q9y 11 ай бұрын
can you please add character selection
@KevJos83
@KevJos83 Жыл бұрын
Thank you so much
@blazeking_5513
@blazeking_5513 Жыл бұрын
i found out why my quit button wasnt working on me lol i stuck it as my options menu and it wasnt in the blueprint haha so i swapt it around thaks for helping the making main menu
@Giga_Cheese
@Giga_Cheese 4 ай бұрын
BIIATCH WHAT İS THE KEY OF THİS 0:28
@LqMo
@LqMo Жыл бұрын
thanks man
@maarten452
@maarten452 Жыл бұрын
how do you add a custom background.
@drexxboban8277
@drexxboban8277 9 ай бұрын
there is an image tag in the left menu, add it and set z value to negative one or any number, so it goes behind buttons.
@madn14
@madn14 9 ай бұрын
whenever i click play it opens the widget again
@mega_lvl
@mega_lvl 8 ай бұрын
they need to be different levels, one level with the menu, should open another one without the menu
@SmileyXD-FN
@SmileyXD-FN 10 ай бұрын
TYSM!!!!
@uchiha_madara9214
@uchiha_madara9214 9 ай бұрын
thanks :)
@Tom_Neverwinter
@Tom_Neverwinter 5 ай бұрын
ah yes grab random item that I have no idea where it is.
@SathiyaPriyan-q9y
@SathiyaPriyan-q9y 11 ай бұрын
add chharacter selection
@GAMarine137
@GAMarine137 10 ай бұрын
Nice video
@Geeky_gamer745
@Geeky_gamer745 3 ай бұрын
6:45
@iansmith3301
@iansmith3301 2 жыл бұрын
Lol, nobody ever covers setting up an Options menu with saving and applying settings to files on disk.
@GorkaGames
@GorkaGames 2 жыл бұрын
Yeah, I have it planned for a future tutorial. It is actually pretty simple to do, as UE will aoutomatically save it for you
@ZimMabu_GameDev.
@ZimMabu_GameDev. Жыл бұрын
TAHNKS! CHAAAAAAAAAAAAAMP!
@maryalarcon7574
@maryalarcon7574 6 ай бұрын
Bruh I don’t see world settings
@plaguedfunkymonkey799
@plaguedfunkymonkey799 7 ай бұрын
i lost my entire project because of this tutorial. DONT USE. My project had over 50 gb of data
@slmm.
@slmm. 5 ай бұрын
wdym?
How To Create A Main Menu System In Unreal Engine 4 | UE4 Tutorial
20:57
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Simple Options Menu In Unreal UE5.2
17:59
Savage Games
Рет қаралды 23 М.
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,3 МЛН
Hellblade 2 is getting TOO REAL in Unreal Engine 5 | New Metahuman Animator
18:20
i paid Fiverr devs to make a game in Unreal Engine 5
10:05
Can You Beat Minecraft From One Grass Block
35:27
Beppo
Рет қаралды 3,8 МЛН
How To Make A Pause Menu In Unreal Engine 5
7:36
Unreal University
Рет қаралды 33 М.
Make An Easy WIN and LOSE System For Your Games In Unreal Engine 5 Using Blueprints
8:47
How To Create A Main Menu - Unreal Engine 5 Tutorial
9:20
Unreal University
Рет қаралды 325 М.
The Easiest Way to Make a Simple Enemy AI in Unreal Engine 5
15:40
Gorka Games
Рет қаралды 308 М.
The BEST way to use Level Streaming in Unreal Engine 5
22:52
Code Things
Рет қаралды 22 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН