How to use Unity's Input System

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 261

  • @Dailyfiver
    @Dailyfiver Před 2 lety +124

    Seriously these input tutorials are the highest quality I have seen on youtube. Blowing my mind with how clear everything is to me now!

    • @samyam
      @samyam  Před 2 lety +9

      Thanks again 😆

    • @MLaurenavicius
      @MLaurenavicius Před 2 lety +3

      I share the same opinion and I've watched 300+ tutorials

  • @maazadnan8550
    @maazadnan8550 Před 2 lety +15

    I would like to tell you that these are amazing, while almost every other youtuber simply goes through the process of setting it up and using different unity components, you actually explain them and the logic behind each and every thing, thank you!

  • @alexleonardkrea
    @alexleonardkrea Před rokem +7

    I have seen a lot of input system tutorials but this tutorial is by far the best overview I have seen. You did a really good job showing all the options available and laid out your opinions very well on each of them.
    Thank you for putting in the time to make this! It will be my new go-to-video suggestion for people learning the new input system.

  • @ultimatesin3544
    @ultimatesin3544 Před 2 lety +18

    I gotta say, thank you so much for your indepth tutorial that covers all avenues of implementation instead of the typical narrow "quickest route".. so nice to finally see a unity dev who understands SOLID and access modifiers and why public methods should be minimized. Coming from other platforms I'm kinda surprised the lack of comprehensive docs for alot of Unity stuff, anyway your tutorials are great!

    • @samyam
      @samyam  Před 2 lety

      Thanks! Glad you found it useful! :)

    • @abdoreda7126
      @abdoreda7126 Před 9 měsíci

      Exactly! you took the words right out of my mouth!

  • @facejets
    @facejets Před 2 lety +11

    I often get a lot out of train-of-thought type of follow-along stuff in unity, but I'm six minutes in and subscribed, and a little bit excited. It's not just the organization; your voice carries my attention, which I really need for topics like this

    • @samyam
      @samyam  Před 2 lety +3

      Thanks so much! Very glad you enjoyed the video, lots more on the channel and coming up! :D

    • @TheAgavi
      @TheAgavi Před 2 lety +1

      @@samyam I just want to second this. So many youtube tutorials are all over the place but you really went step by step. This video was a godsend. Subbed.

    • @samyam
      @samyam  Před 2 lety

      So happy to hear thank you!! 😄

  • @EfrainJMDev
    @EfrainJMDev Před 2 lety +1

    I have given a chance to the new input system multiple times but I always rejected it because other tutorials made it look very complicated, I'm finally using it thanks to you!

  • @justincarlson4057
    @justincarlson4057 Před 2 lety +2

    thank you for this. ive watched other input system explanations but they often dont go over the full options of implementation (im taught how to use component but not how to get constant values from it directly) and so i was left using a weird combination of the generated class and the component since i was only shown a how to do certain things using certain ways.
    Also i appreciate explaining that one can make input action variable to avoid typing strings constantly and risking mistyping. Now I know to look for ways to avoid that not just with this, but with all my code.
    great tutorial overall and very well organized and explained.

  • @chunkyquail
    @chunkyquail Před 2 lety +1

    The most comprehensive tutorial on the "New" Input system. Thanks.

  • @gilireeves4956
    @gilireeves4956 Před rokem +1

    This video is so good! You explain the system so well and go over everything important, but you don't overexplain. I keep coming back to the video every time I need to set an input system for a game to remind myself how to do it and it always clears up everything.

  • @dongminkim8100
    @dongminkim8100 Před 2 lety +1

    This is extremely helpful lol. I had seizure from TL;DR syndrome when I tried to go through the manual by myself. Thanks

  • @dmtuan
    @dmtuan Před 2 lety +1

    The bit near the end about InputAction & InputActionReference is the interesting part :D.. I can see this integrating into many scenarios well. Thanks for the video

  • @atomiz2002
    @atomiz2002 Před 2 lety +4

    you should be getting paid for teaching so thoroughly i cant imagine the amount of preparation it requires to simplify so clearly all the information for the learners
    (and i thought brackeys was the best tutorial creator out there even though his tutorials are kinda outdated now but guess who im switching to nowww)
    p.s. the amount of side videos linked to this one is incredible

  • @mailmaxxxx
    @mailmaxxxx Před 2 lety +3

    By far the best video on the "new" input system I have seen (and I have seen A LOT).
    Personally I would have preferred you to show your preferred option and not digress - save that for other videos - as now I need to watch again to remind myself!
    I'm going off now to watch your other videos - as I'm especially interested in cross-platform options (so touch for mobile vs keyboard and mouse for PC vs Controller for console, and how I can manage them all as simply as possible...

    • @stylie473joker5
      @stylie473joker5 Před 2 lety +1

      my mind was blown away when i set up the new input system i moved my character with keyboard and mouse and then tried a ps4 controller it worked perfectly and in real time

    • @samyam
      @samyam  Před 2 lety +3

      Thank you so much!!

    • @mailmaxxxx
      @mailmaxxxx Před 2 lety +3

      @@samyam I did go off and watch some of your other videos - and I'm overwhelmed!! the new input system is, I think, great, but I am still wrapping my head around it - your videos are helping immensely, but it's still taking me some time to work it all out!
      Without your videos, I would for sure have just given up by now.
      So thanks again!

    • @samyam
      @samyam  Před 2 lety +2

      Glad to hear!! :)

  • @filipezanella825
    @filipezanella825 Před 4 měsíci

    I confess I'm impressed. this video is great and explain everything really well.

  • @mellaytheghost
    @mellaytheghost Před 2 lety +1

    Took so long for me to find a video that made sense, thank you!

  • @despia5274
    @despia5274 Před 2 lety

    I've been confused in adapting new Input system since I'm a beginner in Unity, but this video helped me so much. Thanks a lot!

  • @alexocaber
    @alexocaber Před 2 lety +2

    This was incredible thank you so much with your help I was able to overcome a problem that I had been stuck on for 3 days, and I really struggled elsewhere and with the documentation as well, thank you so much!!!

    • @samyam
      @samyam  Před 2 lety

      Glad to hear!! 😁

  • @yuxue2801
    @yuxue2801 Před 2 lety +3

    This is very useful even for VR, the XR Interactive Toolkit takes a very similar approach as the Input System(I just looked up: the XR Interactive Toolkit depend on the Input System), all the knowledge fits nicely in VR, the action based controller, input action, binding, several different ways to get the user input in code. Appreciate your sharing. Thanks.

  • @GrievousFlame
    @GrievousFlame Před 2 lety +3

    Awesome video, the input system has some great features but its presentation is very confusing, you've made it much easier to understand how it can be used, thanks!

    • @samyam
      @samyam  Před 2 lety

      Glad you enjoyed the video!

  • @creationsmaxo
    @creationsmaxo Před 2 lety +2

    Great video!
    The one thing that makes Control Scheme such a great part of the Input System is its implemented listening & switch option.
    Let's say that you want to allow the player to use either a Mouse and/or just a Keyboard or a Controller. Obviously, the kind of inputs will varies where one scheme might requires a press of a button to initiate the use of another input and so on so, originally, you mostly had to add some sort of full-time listener to any action of any device "not in use" so that you can apply some kind of switch as to what the player uses in case he or she decide to change which control to use mid-game.
    For example, let's say that you have a zoom function in a isometric-viewer Action RPG that allows the player to zoom in and out. On Mouse & Keyboard, simply scrolling the mouse wheel does the trick and, in case someone prefer to player using only a keyboard, it's fairly simple to add additional binding to some Numpad keys. But what about the controller? What if, to zoom in and out, the player has to toggle the zoom-in-out prior and after zooming with something like the right stick as, otherwise, the left stick is used to aiming?
    This is where the Input System does a really good job because its gives many ways of "knowing" and handling what is going on instead of just attempting at reading every small possibilities out of the players' reach.

  • @codersexpo1580
    @codersexpo1580 Před rokem +3

    Just a small note here: @6:06 for WASD, NOTE: "When adding a composite, only ones compatible with the value type of the current action are shown. This will, for example, no longer display a 2D Vector composite as an option on a floating-point button action". To show the 2D vector composite just change the action type to "value" and the control type to "Vector2". Now the 2D vector composite option will appear. So @5:45 that's a very important step.

  • @basavarajguled848
    @basavarajguled848 Před 7 měsíci

    this is the best tutorial to know everything with new input system, thank you so much for creating such wonderful tutorial

  • @MiniatureGiantsGameDev
    @MiniatureGiantsGameDev Před 2 lety +1

    immediate, easy, answer for something I was overcomplicating loads - Keyboard.current.etc.....subscribed :)

  • @Brioshie
    @Brioshie Před rokem

    This is very very helpful. The new Input system felt needlessly complicated to me

  • @panupongkaewsamer6637
    @panupongkaewsamer6637 Před 3 lety +2

    You are good teacher for Unity engine

  • @lilSapphireFox
    @lilSapphireFox Před 3 lety +5

    I started to scream when you used the update function. Good thing you saved it :D I have been working with unity for over 3years now and I think I use Update in maybe 3 or 4 of my hundreds of classes, and only with an if statement. it's really usually unecesarry to check something every frame...

  • @denn501
    @denn501 Před 7 měsíci

    Many thanks!! Now my player scripts are looking nice and tidy :D

  • @CymbalMonkey
    @CymbalMonkey Před 2 lety +1

    Happened to stumble on this video, going through checking out to resolve an input error. This is a very informative video, really clear and I will definitely be coming back when I need to set up input. I subbed because of this. Thanks for the video : ]

  • @how-to-make-a-game
    @how-to-make-a-game Před 5 měsíci

    WOW SUCH DETAILS AT SPECIFIC TOPIC , GREAAAAAAAAAAAAAAT!!

  • @imnot_RAUL.28
    @imnot_RAUL.28 Před rokem

    Thank you for tNice tutorials, tNice tutorials was a huge help.

  • @robosergTV
    @robosergTV Před 3 lety +2

    Please now make vids about the new Ui Builder, you covered the new input system amazingly!

    • @samyam
      @samyam  Před 3 lety

      It's on my list! Thank you :)

  • @tarekmustafa2525
    @tarekmustafa2525 Před 2 lety

    Best video about the input system I found do far! Well done!

  • @ChronikSpartan
    @ChronikSpartan Před 11 měsíci

    Unbelievably helpful as always!

  • @samangolahmadi2710
    @samangolahmadi2710 Před 2 lety +1

    god damn, thanks girl, this is the best tutorial out there

  • @ciixo8510
    @ciixo8510 Před 3 lety +5

    Best channel on covering unity's input system! One question i had tho, how can we get a hold functions duration to use it on something like ui, the callbackcontext has a duration value but it doesn't seem to be registering correctly while holding down the key, it would be a great thing to cover on a seperate video!

    • @samyam
      @samyam  Před 3 lety +5

      Thank you!! If you have an interaction you can get the completion percentage with action.GetTimeoutCompletionPercentage()
      already have a video on that ;)
      14:57
      czcams.com/video/rMlcwtoui4I/video.html

  • @Jumph96
    @Jumph96 Před rokem

    Thanks so much for making this video, I've heard about this new Input system but was hesitant to jump to it as I'm already struggling with lots of other parts of the game I'm making, but you've helped me understand why and how it can help me down the line especially when it comes to allowing the player to rebing actions. Once again, thank you so much for also going really in depth and show us all the different ways you can use/create an Input Action asset 👍. You just gained a new Subscriber 😃

  • @jamesnguyen3459
    @jamesnguyen3459 Před rokem

    a very good tutorial. I'm learning Input System for VR and you made this so clear

  • @hunterxgirl
    @hunterxgirl Před 2 lety

    This saved me a lot of time and many cups of coffee

  • @bernharddoesuxinmedtech6548

    Outstanding, I tried a different tutorial first, was still confused. Your's was exactly what I needed, many thanks. As soon as Patreon offers a reasonable way to create a receipt for the inputs, my company will join! And yes, I tried ko-fi, but PayPal didn't work 😞

  • @rasi123ful
    @rasi123ful Před rokem

    Thank you so much for all these tutorials bro. So much valuable knowledge

  • @salimnihat6966
    @salimnihat6966 Před 2 lety

    Thats the way of showing how to use something good job ! Loved it

  • @timmemedia
    @timmemedia Před 2 lety

    Great tutorial, covered everything i needed and more! Also i like the way you say 'buddons'.

  • @ZenryokuFGC
    @ZenryokuFGC Před rokem

    consistently clear and helpful videos, thanks so much!

  • @mislavpozek4269
    @mislavpozek4269 Před 2 lety +3

    Awesome video, best one on the topic i've seen, thank you
    Personally i prefer to use the input action references; my reasoning being that you shouldn't hardcode a string that can be easily changed by someone in the editor

    • @samyam
      @samyam  Před 2 lety +1

      That's true, to each their own!

  • @Khaled_The-Nazi
    @Khaled_The-Nazi Před 3 lety +2

    Cool video it's fun i've watch it cuz it's fun for me at least
    and im gonna Watch it again :D

  • @parcell-komunika3069
    @parcell-komunika3069 Před 2 lety

    Ima download it thanks for sharing!!

  • @jessestewart5109
    @jessestewart5109 Před 2 lety +1

    I got super confused around 20:30 when you started commenting out a lot of code to use the PlayerInput, then uncommented it. Definitely a high quality tutorial, I just couldn't follow along, unfortunately.

    • @samyam
      @samyam  Před 2 lety +1

      Apologies, will keep this in mind for future videos :)

  • @Coouge
    @Coouge Před 2 lety +1

    @19:48 I'm confused. You mentioned you recommend using Invoke Unity Events but then you said you don't recommend doing it.

  • @londonh
    @londonh Před rokem

    Incredible tutorial! You are an amazing teacher, thank you so much!

  • @tobias-stein
    @tobias-stein Před 2 lety

    Very smooth to digest your input, thanks for the content :)

  • @ericwoll
    @ericwoll Před 3 lety +2

    Excellent video. Awesome confusing bug I came across was that on input action asset that you can create from the player input component I couldn't see any input devices. For whatever reason it worked fine when I created my own control scheme, but not with the generated or "No Control Schemes". Seems to work fine in this video.

    • @samyam
      @samyam  Před 3 lety +2

      Thanks! Sometimes the system can be a bit buggy, perhaps upgrading to a preview version may help with some of the bugs :)

  • @s.w.e.d.3057
    @s.w.e.d.3057 Před 3 lety +2

    mobile inputs, like holding and dragging would be a great video idea

    • @samyam
      @samyam  Před 3 lety +2

      Thanks for your input! I'll keep it in mind. I've made some videos on Touch, Swipe, and Pinch; here's my Input Touch playlist
      czcams.com/play/PLKUARkaoYQT1Xwd9Az_cx-YbdvdUDNN5I.html

    • @s.w.e.d.3057
      @s.w.e.d.3057 Před 3 lety

      @@samyam nice amazing.! Thanks a ton and I would love to ask u some stuff on unity but I guess that's what patron is for lol. Amazing job, and the fact your voice is mellow really helps follow along or just listen to.

    • @samyam
      @samyam  Před 3 lety +1

      @@s.w.e.d.3057 Thanks! We also have a discord where you can ask help questions :)
      discord.gg/SwCKB3Q

  • @Challseus
    @Challseus Před rokem

    This is really, really good god damned content 💪. Thanks for putting it together!

  • @hassamlayachi351
    @hassamlayachi351 Před rokem

    God, I'm glad I found your video that helped me

  • @6TDOW66
    @6TDOW66 Před 2 lety

    Lifesaver. Thank you!

  • @abdoreda7126
    @abdoreda7126 Před 9 měsíci

    This is such a good video, thank you so much

  • @andreluizbrazil
    @andreluizbrazil Před 2 lety

    Thanks samyam, for this excellent video :)

  • @hubbubbobbin
    @hubbubbobbin Před 9 měsíci

    Thank you for the video!

  • @just_rogers
    @just_rogers Před 2 lety

    This is a great tutorial! Very helpful, Thank You!

  • @mostafakamal6996
    @mostafakamal6996 Před 2 lety

    Thanks a lot ... it is helping in real time game dev...

  • @-.._.-_...-_.._-..__..._.-.-.-

    Thank you so much! This is easily the most clear and concise tutorial out there.

  • @alessandronardi4201
    @alessandronardi4201 Před 2 lety

    thank you very much you solved my problems

  • @chrisheld8463
    @chrisheld8463 Před rokem

    Excellent tutorial. Simple & informative. Well done :)

  • @hamzahumayun2200
    @hamzahumayun2200 Před rokem

    This is great, thank you!

  • @rohigheeindustries4697

    It worked. Thanks a lot

  • @morningstar7071
    @morningstar7071 Před 3 lety +1

    best tutorial doesn't exi---

  • @jacksteege5091
    @jacksteege5091 Před 2 lety

    Great video full of information. Thank you!

  • @chaosmastermind
    @chaosmastermind Před 2 lety +1

    My GOD.. I've been spending at least 10 hours on trying just to get WASD movement and Space to jump to even register in the debug log, and you got it working for me in less than 20 minutes.
    I love you, I want to have your babies. Thank you.
    All the other tutorials I watched were using super outdated versions or didn't have the new input system at all.
    Or they made it super complicated for no reason.
    Thanks again. Now I can finally go to bed... >.

  • @damiancds1
    @damiancds1 Před 3 lety +3

    I had started using the new system about a week or two before I found this video and I'm not sure if I'm doing something terribly wrong. Right now I have an action map with actions such as Jump or Dash, and I'm referencing them in my scripts with OnJump or OnDash as if they were functions. I haven't enabled anything, the only thing I've done is included it the input system via using UnityEngine.InputSystem and created a reference to the CharacterController (which the functions/actions influence). This way seems so much simpler than what you're showing and I don't know if it's going to cause a problem later on such as a memory leak or something (because I'm not enabling/disabling anything).

    • @samyam
      @samyam  Před 3 lety +2

      If the functions are called directly from the PlayerInput component (either through SendMessages, or the Events) then you should be fine. There's many ways to use the new system, you only need to unsubscribe from an event if you've subscribed to it somewhere in your script.

  • @LukeHwarang
    @LukeHwarang Před 3 lety +1

    Great tutorial, as always!

  • @ForkmachineGames
    @ForkmachineGames Před 3 lety +4

    keep it up ❤️

  • @okamidt3298
    @okamidt3298 Před 2 lety +1

    This tutorial is so confusing and makes problems bigger than they were before. Nearing the end of the video you forget you’re supposed to be explaining how to use it and instead jump into giant blocks of code that came from nowhere. So helpful.

  • @user-oh1eg9nz7c
    @user-oh1eg9nz7c Před rokem

    Вы прекрасны! Самый лучший урок!!!

  • @smallflyDE
    @smallflyDE Před 2 lety

    Very good tutorial! Thank you very much for the explanation of the new input system! For me personally the video had a bit too much content (luxury problem). I wanted to quickly understand the best practice on how to work with the new input system (which you explained). But instead of telling only the best way, then say good bye and refer to another video for more (unnecessary but interesting topics regarding the new input system), you mixed all into one video. Nevertheless you covered also the recommended way and thus its fine for me. The rest I tried to ignore ;-)

    • @samyam
      @samyam  Před 2 lety

      Thanks for the tip! I’ll keep that in mind :)

  • @cahydra
    @cahydra Před 2 lety

    Thanks samyam :D

  • @lucianomcardoso
    @lucianomcardoso Před 2 lety +1

    Samyam: 18:25 "However this is not the recommended..."
    Me: What! Curse Word with B!!! Lost 18 min of my life!!!
    Just kidding, its nice to understand both ways, thx for sharing.

    • @samyam
      @samyam  Před 2 lety

      Haha it’s good to know all the ways! Maybe one fits your use case better than the other :)

  • @vamshikrishna5786
    @vamshikrishna5786 Před rokem

    You are the GOAT

  • @zii_2413
    @zii_2413 Před 2 lety

    Wonderful, thank you so much!

  • @cade5792
    @cade5792 Před rokem

    Great tutorial!

  • @Alimoselhy1304
    @Alimoselhy1304 Před rokem

    I also really like softEX, it has a very nice effect to it

  • @missing_the_texture
    @missing_the_texture Před 2 lety

    i have import input system but there isn't any input action in my unity _
    help😭

  • @adenpun
    @adenpun Před 2 lety

    Great tutoriel! Thanks

  • @MatthiasTTV
    @MatthiasTTV Před 2 lety +1

    Great content on your channel, you have a new subscriber! But here I got completely lost when you were explaining the recommended way of PlayerInput--you said the problem with UnityEvents is that it combines all the phases (started/performed/canceled) into one, but then when you showed the PlayerInput you just showed ReadValue and not how to access the different phases. So I'm still not really sure how to call different functions when different buttons are pressed. Do I have to read all the actions like "Jump", "Explosion", etc. all in the Start function and call functions accordingly?

  • @johndigirolamo5858
    @johndigirolamo5858 Před rokem

    Your tutorials on the Input System are fantastic! What are you using for VS Code extensions? I can't never install one that give me a list of properties that are accessible and the autosuggest/complete for anything is a nightmare.

  • @elitefusionz02
    @elitefusionz02 Před rokem

    I get this error in my console. I'm trying to open/close various things.
    NullReferenceException while executing 'performed' callbacks of 'Player/E[/Keyboard/e]'
    UnityEngine.InputSystem.LowLevel.NativeInputRuntime/c__DisplayClass7_0:b__0 (UnityEngineInternal.Input.NativeInputUpdateType,UnityEngineInternal.Input.NativeInputEventBuffer*)
    UnityEngineInternal.Input.NativeInputSystem:NotifyUpdate (UnityEngineInternal.Input.NativeInputUpdateType,intptr)

  • @zeroinfinity0
    @zeroinfinity0 Před 3 lety +1

    How to increase or decrease the value of 1d axis binding slowly and not directly to 1 or -1??..I also searched on web but people are saying there aren't any direct way to do it using new input system so i think you might give me the solution...

    • @samyam
      @samyam  Před 3 lety +1

      Unfortunately there is not a direct way in the input system to do so: you'll have to do it manually, you can use the SmoothDamp function
      docs.unity3d.com/ScriptReference/Mathf.SmoothDamp.html

  • @benvella1728
    @benvella1728 Před 2 lety +1

    Any video on control schemes? Adding one is causing everything to break. I bind wasd and mouse to one scheme and Lstick and Rstick to another and for some reason I can only move with Lstick, not wasd and only look with mouse not rstick. Boggles my mind

    • @benvella1728
      @benvella1728 Před 2 lety +1

      I ended up deleted these for anyone's future reference and everything can work simultaneously. Not sure what's wrong with it but I've given up trying to figure out, and kept moving on with my tasks.

  • @hapash
    @hapash Před rokem

    your video is amazing thanks lady

  • @isaacnavarro4614
    @isaacnavarro4614 Před 2 lety

    Gracias por compartir tus conocimientos 👌

  • @riceandbeansowo4165
    @riceandbeansowo4165 Před 2 lety

    My jumpAction.ReadValue(); doesn't work in awake but it does for update?

  • @akanopoi6177
    @akanopoi6177 Před 2 lety

    why every time i modify the default input action, every change goes back to default the next time i open unity?

  • @StormyDoesVR
    @StormyDoesVR Před 2 lety

    the PlayerControls setting isn't working for me, says it can't find that.

  • @lornemalvo5664
    @lornemalvo5664 Před 2 lety

    How can i listen Android Hardware Back Button with new input system. I tried Usages>Back on InputAction but not worked

  • @zegodhand
    @zegodhand Před 2 lety

    My PlayerInput component does not look like this... any reason why?

    • @samyam
      @samyam  Před 2 lety

      What does it look like? What Input System version are you using?

  • @seraph1007
    @seraph1007 Před 3 lety +2

    Great video, unfortunately it was 1 day late since I got my project working yesterday with the new input system haha. This is unrelated to this video but on another video where you used a joystick, is there a way to make it into a floating joystick (entire joystick moves to the finger position then the joystick gets fixed there) I tried the default on mobile and it doesn't feel very smooth.

    • @samyam
      @samyam  Před 3 lety +1

      Thanks! Yeah you can change the On Screen Stick component to fit your needs, you can have a specified area that the user is allowed to touch for the joystick, then once the user touches that area you can enable to joystick there, and disable it when the use stops touching in that area
      answers.unity.com/questions/992906/placing-a-rect-and-detecting-a-touchtap.html

    • @yokj9081
      @yokj9081 Před 3 lety

      @@samyam excuse me I have some unity question. somebody can help me?I am Taiwanese so my English is not well.

  • @cakesrus3852
    @cakesrus3852 Před 2 lety

    Life saver 💞 !

  • @Rohityadav-lf4lo
    @Rohityadav-lf4lo Před 3 lety +1

    Full suppot

  • @MinhazulArefinAbtahi
    @MinhazulArefinAbtahi Před rokem

    Thanks a lot!

  • @matthewbergman6803
    @matthewbergman6803 Před rokem

    Is there a way to put something like Shift+WASD or Alt+WASD on the input system? I want my player to switch targets while targeting. If they hold Shift, and then while holding shift press WASD, they will change their targets to the above/right/below/left.

  • @ferbplatypult5680
    @ferbplatypult5680 Před 2 lety

    best video ever!