@CodeMonkeyUnity

đź’¬ Here's the much requested Input System video! It's a long video but it will teach your everything you need to know!
✅ Get the FULL course here at 80% OFF!! 🌍 https://unitycodemonkey.com/courseultimateoverview.php
👍 Learn how to make BETTER games FASTER by using all the Unity Tools and Features at your disposal!

@facelessanon

Hugo, I don't know if you'll see this message, but I've been desperately looking for tutorials of this kind. When I saw you, I was like, "Oh, Hugo! I knew I could always count on him!", and I was right. Immediate value. I love you so much, Hugo.

@MichaelSpectre

19:44 - If you're using Unity 2022.1, it should say `Add Up/Down/Left/Right Composite` and it functions exactly the same way as in the video

@taash32

2 hours searching for a good explaination,
Sir, you explain in details, in a way that anyone can understand
Thanks so much

@joeleal7250

Still doing my best to learn what I can in regards to game development and programming. I cannot tell you how invaluable the information you’re sharing is. Every time I want to learn about something in unity, you have a detailed, professional video about it. Free of charge. That is insane to me. I and so many others appreciate what you’re doing. You’ve got a forever subscriber and a new lifelong fan.

@Sharpnifedev

Thank you so much for making a full dedicated video on the new Input System, I watched Brackeys tutorials but they were outdated until your ad caught my attention to which lead me here... The best ad I've ever clicked! Thank you! :D

@vsdsas

This tutorial is so underrated! Who else gives a full 45-minute deep dive on just one topic? I was searching everywhere and only found 5- to 13-minute videos that didn’t explain it well  But this This actually made sense You deserve way more likes than those short rushed videos If just one of your tutorials is this detailed I can’t imagine how good your full course is

Words can't describe the satisfaction I found in your channel If I had the money to donate, I’d give everything left in my pocket not because of the money itself  but because money is one of the ways to show how much value someone has given Your content is on another level, and you truly deserve all the support Keep doing what you do

@leestevens3226

Just recently started getting back into Game Development and this guide was brilliant. It didn't just show the 'one true' way, but instead provided options and actually lets you make a decision for which solution is best for your project.

@SantanaOnYoutube

Finally a tutorial that actually explains how the system works considering that you probably don't know how it works

@okito7667

This new input system is great, and you made it very easy to understand with this video. Also I like the fact that you added timestamps so that viewers can easily navigate through different parts. Thank you so much for your work! 
I'm currently working on rebinding the keys, hopefully everything will go according to the plan :D

@miroslaugh

I was learning unity but I gave up because I couldn't find a good tutorial on the new system. I decided to come back and watched your video and immediately understood how it works

@GavinRich

Thank you! This was so much better than others I had found. People make this far more convoluted than it needs to be

@whyme5431

Please do more dots tutorials.

@freakymundo

If you only want to move along the 4 axis (up, down, left, right) and not diagonally or anything in between you should use two Vector1 Composites, one for horizontal and another for vertical movement, instead of the Vector2 Composite for all of them. Right click in the middle of the bar to display more options instead of clicking on the '+' icon. This will be equivalent to the 'GetAxisRaw()' present in the previous input system.

@pablose6986

I'm about 1 3rd of the way in and this is a fantastic tutorial, he explains not just whats going on but why, and shows lots of other ways to do things.

@KimboKG14

from Input to DOTS, this should be the official unity tutorial channel!!!

@garbeGD

I am really very grateful for this tutorial, I have looked at others and none like this one, almost 1 hour but it has made me very enjoyable since everything is so well explained that it is spectacular. Really thank you very much for your tutorials, keep it up and I hope you never leave it because you are a teacher like very few

@michaelsong741

Thank you for explaining everything in depth, everyone else just show theories - no practical examples involved.
Unity's official documentation is horribly confusing.

@brendonleenheer

This has answered SO many of my questions regarding the new Input System. Definitely added to my bookmarks :)

@cradle_of_chaos

Absolutely perfect. There's maybe one thing that could be added but it's a bit of a specific case: in Top Down games on desktop, players can perform 'Screen Edge Panning'. This interaction is not in the default and so it requires a code with IInputInteraction - it's not user-friendly at the moment and pretty hard to do, maybe a future update will make that kind of feature easier to add?