How to Control Your Menu with Keyboard/Gamepad | Unity Tutorial

  Рет қаралды 27,911

Sasquatch B Studios

Sasquatch B Studios

Күн бұрын

Пікірлер: 46
@aliengarden
@aliengarden 6 күн бұрын
Very good tutorial, even after 5 years of using Unity I still learn things
@NotNahtan
@NotNahtan Жыл бұрын
i love these tutorial vids, at least one of them will always be some random area i didnt give enough attention thanks for these dude, good luck on the game
@TheSkuami
@TheSkuami Ай бұрын
This is a great and compact tutorial. I prefer these kind of shorter tutorials over long ones with tons of irrelevant information.
@brunotorrao
@brunotorrao Жыл бұрын
Awesome tutorial man, the notification came right when I was going to start creating the pause menu for my game
@sasquatchbgames
@sasquatchbgames Жыл бұрын
Glad I could help, That's awesome!
@MegaCuerdas
@MegaCuerdas 11 ай бұрын
Dude you explain so well, and your code is just beutiful hahahaha
@tomkc516
@tomkc516 Жыл бұрын
Would love to see a follow up video on key rebinding with the new input system.
@sasquatchbgames
@sasquatchbgames Жыл бұрын
done ;)
@GameWorldEngineer
@GameWorldEngineer 2 ай бұрын
great video, I was able to implement it using Game Creator 2's no code tools as well. and the Player Input script that unity gives us is great because it enables the action map so I don't have to remember to do it in my startup code.
@CombatWhale
@CombatWhale 3 ай бұрын
Great vid with great info, thank you man!
@guricomfotodeanime9704
@guricomfotodeanime9704 11 ай бұрын
my code is exactly like the one at 4:13, but I keep getting this compiler error: "Assets\Scripts\Managers\GameInput.cs(73,39): error CS0428: Cannot convert method group 'WasReleasedThisFrame' to non-delegate type 'bool'. Did you intend to invoke the method?" EDIT: I fixed it, turns out I was missing the brackets in 'WasReleasedThisFrame()', lol
@BBFTW36
@BBFTW36 7 ай бұрын
Thank you so much. I watched this in 18.June.2024 and you can still use it.
@kturnt584
@kturnt584 Жыл бұрын
Great Tutorial! Very well explained
@inunekonanita
@inunekonanita Жыл бұрын
Thank you for this, super quick and helpful!
@DannyDeer
@DannyDeer Жыл бұрын
Literally just what I needed.
@bubug108
@bubug108 5 ай бұрын
Awesome Tutorial! Thank you sooo much!
@karandhir2411
@karandhir2411 5 ай бұрын
Thank you so much, this was really good
@darkman237
@darkman237 12 күн бұрын
How can you make the menu modular so you don't have to add it to every scene without using singletons?
@TryHardStudio
@TryHardStudio Жыл бұрын
Amazing! Thanks a lot!
@XGS-Studios
@XGS-Studios Ай бұрын
And what would it be like with a scroll view?
@icosium6301
@icosium6301 Жыл бұрын
You just come in your time , tnx
@TechHamlin
@TechHamlin 4 ай бұрын
So good stuff!
@szyslay
@szyslay 6 ай бұрын
Astounding!!!! ^^ thank you so much!
@AstralNostalgia
@AstralNostalgia 6 ай бұрын
the new input system use UnityEvents also... more expensive but more straigh foward... are you using pure Csharp class to generat the Action ? and the AtionMap?I think the new intpu system can be anighter for UI , without no planning.
@midniteoilsoftware
@midniteoilsoftware Жыл бұрын
Another home run!
@corpsekombucha
@corpsekombucha Жыл бұрын
😊😊
@Benji23245
@Benji23245 Жыл бұрын
Great video ! Thanks ! I'm having a question though. I'm using Rewired, and I'd like to be able to navigate through my buttons not only with the joystick but with the D-Pad too. How can I do that ?
@1984ordep
@1984ordep 10 ай бұрын
Great tutorial, had a question. With that menu system in place, how would you code it so that by pressing lets say the start button on the gamepad it will trigger the pause menu?
@danielhammond2212
@danielhammond2212 Жыл бұрын
Super useful thank you
@InstanceJeff
@InstanceJeff Жыл бұрын
Great tutorial
@harimrlocal
@harimrlocal Жыл бұрын
when the controller highlighting the button if i bring mouse to another button its also highlighted how to fix this
@kucukgolem
@kucukgolem Жыл бұрын
I am happy cuz I have a working cool menu now, but I am also sad because he coded like 12 different things that I have no clue on. Felt like a mf'ing scribe instead of developer after this vid
@BADGRAPHIX
@BADGRAPHIX Жыл бұрын
Something about the InputManager wasn't working on my end. For one, it didn't seem to recognize the function WasPressedThisFrame(). When I tried alternatives like using .triggered, it still didn't seem to pick up on the input. I'm guessing either my input manager package is configured incorrectly or I configured the particular input wrong (it was just the E key on the keyboard)
@BADGRAPHIX
@BADGRAPHIX Жыл бұрын
I found it why it wasn't picking up on my input. At about 3:00, you add the different control schemes. I didn't add anything to the List in this window (accessed by pressing the + button)
@hi_its_stephen
@hi_its_stephen Жыл бұрын
@BADGRAPHIX Dang it's not detecting my input but I did add a control scheme
@TravisWulff
@TravisWulff Жыл бұрын
​@@hi_its_stephen For me I switched from the old input to the new input as part of this tutorial. Under Edit > Project Settings > Player > Input Handling I had "Both" but needed to switch to just the new Input System
@SilenusParis
@SilenusParis Жыл бұрын
Thanks for that great tutorial ! At the moment, to click on a button with the Gamepad I need to press the south button. But I would like to change that to the east button. How do I do that ?
@stopmotionman9137
@stopmotionman9137 10 ай бұрын
Getting controller input just fine and being able to open the menu on controller, keyboard menu opening is not working at all for some reason, works perfect on controller and not at all on keyboard, any advice?
@MythoCondria
@MythoCondria 3 ай бұрын
the opposite is happening to me rn...did you fix it?
@lost50
@lost50 Жыл бұрын
I gotta learn Unity. I'm currently making a game in SpriteKit and there's nothing that I know of built in like this. My menu system is completely custom made.
@firesickle
@firesickle 7 ай бұрын
Thanks Boss :)
@julius9055
@julius9055 5 ай бұрын
absolutely stonking video
@TheRunthis
@TheRunthis Жыл бұрын
This is obviously a great tutorial but -- If we are being honest, Unity love to pretend like you aren't creating a video game by requiring this much setup to literally interact with a single menu.
@Coco-gg5vp
@Coco-gg5vp Жыл бұрын
First
@midniteoilsoftware
@midniteoilsoftware Жыл бұрын
second
How to Rebind Your Controls in Unity (With Icons!) | Input System
20:29
Sasquatch B Studios
Рет қаралды 30 М.
Using Menus with A Controller/Keyboard in Unity
14:34
gamesplusjames
Рет қаралды 79 М.
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
His First Reality Check
8:31
Daily Dose Of Internet
Рет қаралды 4,5 МЛН
If you don't understand inheritance...watch this video
15:08
Sasquatch B Studios
Рет қаралды 9 М.
Recreating Balatro's Game Feel | Mix and Jam
7:21
Mix and Jam
Рет қаралды 77 М.
Why you should use code to animate your UI in Unity.
5:02
Game Dev Guide
Рет қаралды 337 М.
Unity's NEW input system in 13 minutes
13:02
BiteMe Games
Рет қаралды 35 М.
Get started with UI Toolkit in Unity
12:29
Sasquatch B Studios
Рет қаралды 56 М.
every step to actually make your dream game (then sell it)
24:27
How to: Virtual Mouse with Gamepad (Input System Unity Tutorial)
25:09