thanks for not making any click bait material. theres alot of wasted time out there on that. keep up the good work
@GorkaGames2 жыл бұрын
Thank you man! I really appreciate it. I always try to keep my tutorials straight to the point
@DieAxtimWaldeImSpieleWald28 күн бұрын
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_Kyle2 жыл бұрын
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.....
@GorkaGames2 жыл бұрын
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_Kyle2 жыл бұрын
@@GorkaGames Do you got a discord server? Would love to directly engage with you there!
@GorkaGames2 жыл бұрын
@@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-Shibuya3 ай бұрын
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 Жыл бұрын
I have a first person game how do you stop the mouse dissapearing whe you click the background
@SEANandSYD10 ай бұрын
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!
@hasanraza77422 ай бұрын
@@SEANandSYD Thanks buddy !! You also helped a lot !!
@hannahrivera9902 жыл бұрын
I just started watching your videos! They are amazing! I would love to see a tutorial on the options menu.
@GorkaGames2 жыл бұрын
Thank you so much!! Yes good idea, I will note it down for a future tutorial!
@redARAbian032 ай бұрын
Thanks for the super quick, easy and understandable tutorial brother!!
@outtoplay2 жыл бұрын
Quick and to the point! Great stuff. Thanks for the effort to share this. : )
@GorkaGames2 жыл бұрын
thank you for watching my tutorial!!!
@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 Жыл бұрын
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 Жыл бұрын
Great stuff. I’m hoping to add an image to the start screen or a simple animation/rendered video.
@PootisMemer5 ай бұрын
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
@gordus793 ай бұрын
same here
@qvysh5 ай бұрын
thank you for the tutorialllll
@KANAWA20256 ай бұрын
cool menu - thanks!
@Punchmememe Жыл бұрын
and wat if i want to have the camera rotate 90 º and then apear up the next uhmm buttons ?
@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?
@kartikeyabekkari8066 ай бұрын
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Ай бұрын
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_lle5 ай бұрын
i cant click on the buttons
@Shadow-Dragon-22 ай бұрын
Yeah
@RICCOLAROSO6 ай бұрын
how do i do the options menu.
@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 Жыл бұрын
I think you have to change the level, in the modes section in project settings to show the main menu.
@manananand3162 жыл бұрын
THANKS BRO!! FOR THE TUTORIAL
@GorkaGames2 жыл бұрын
thank you for watching!!
@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 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
I have the same issue.
@NeatWolf11 ай бұрын
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 Жыл бұрын
Спасибо большое за видео! Только у тебя нашёл, как добавить пунктирную рамку!
@adamsnell20886 ай бұрын
My menu never goes away after pressing play and my game starts automatically before even pressing play
@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?
@drexxboban82779 ай бұрын
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 Жыл бұрын
youre tutorials are awesome
@pixelwolf8759 Жыл бұрын
Can you please make a video on how to make a main menu with a new game and load game system please.
@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 Жыл бұрын
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
@GennaiosFX5 ай бұрын
my main keeps opening after level start
@FPChris Жыл бұрын
How to black out the display and briefly display some text like “Sony Entertainment Presents” for like 5 seconds before the Main Menu.
@HugoCortell9 ай бұрын
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 Жыл бұрын
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 Жыл бұрын
you need to go into, project settings, maps and modes, and then you can change the default map
@Lanzyg Жыл бұрын
@@GorkaGames thank you it helped a lot
@NeatWolf11 ай бұрын
@@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 ^^
@BM01017 ай бұрын
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 Жыл бұрын
Hi, When I build my game, there is no mouse control on the menu...
@GorkaGames Жыл бұрын
make sure to set the cursor visible
@MurderCrowAwdio Жыл бұрын
@@GorkaGames figured it out! Thanks.
@sr.alexisjuega344pro6 ай бұрын
One question how do I put the FirstPersonMap?
@baryafe7 ай бұрын
when i created the widget in main menu level, it didn't freeze the player and spawned the mouse
@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 Жыл бұрын
set as variable
@gamingentertainment4025 Жыл бұрын
Hii bro I am compile package not work properly only show thirdPerson Map No show mainmainu map level help please
@devoncrumpler18858 ай бұрын
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-patton2 жыл бұрын
Can you make a Fortnite or apex menu? Like when you invite your friends and you can see them all waiting.
@GorkaGames2 жыл бұрын
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-ev3vu2 ай бұрын
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?
@dragomalaga8 ай бұрын
Primer comentario en español...se agradece estos tutoriales.
@akcikas8 ай бұрын
I don't want to open a new level, i want to stay in the current, what changes then i have to do?
@stfleons6 ай бұрын
ur clueless dont even bother developing something
@rickboogaard5 ай бұрын
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-q9y11 ай бұрын
can you please add character selection
@KevJos83 Жыл бұрын
Thank you so much
@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_Cheese4 ай бұрын
BIIATCH WHAT İS THE KEY OF THİS 0:28
@LqMo Жыл бұрын
thanks man
@maarten452 Жыл бұрын
how do you add a custom background.
@drexxboban82779 ай бұрын
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.
@madn149 ай бұрын
whenever i click play it opens the widget again
@mega_lvl8 ай бұрын
they need to be different levels, one level with the menu, should open another one without the menu
@SmileyXD-FN10 ай бұрын
TYSM!!!!
@uchiha_madara92149 ай бұрын
thanks :)
@Tom_Neverwinter5 ай бұрын
ah yes grab random item that I have no idea where it is.
@SathiyaPriyan-q9y11 ай бұрын
add chharacter selection
@GAMarine13710 ай бұрын
Nice video
@Geeky_gamer7453 ай бұрын
6:45
@iansmith33012 жыл бұрын
Lol, nobody ever covers setting up an Options menu with saving and applying settings to files on disk.
@GorkaGames2 жыл бұрын
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. Жыл бұрын
TAHNKS! CHAAAAAAAAAAAAAMP!
@maryalarcon75746 ай бұрын
Bruh I don’t see world settings
@plaguedfunkymonkey7997 ай бұрын
i lost my entire project because of this tutorial. DONT USE. My project had over 50 gb of data