Setting Up Unity’s New Input System | Simple Character Controller in Unity | Part 1

Sdílet
Vložit
  • čas přidán 27. 08. 2024
  • Let's create a super simple character controller in Unity!
    This is the first part in a series of tutorials, where we'll be setting up the New Input System in Unity. This series is mainly aimed towards beginners wanting to learn how the New Input System works.
    ● Grab the code from GitHub: github.com/chu...
    ● Link to the full project: github.com/chu...
    ● The whole series: • Simple Character Contr...
    ► Subscribe: / @chunkybacongames
    ● Twitter/X: x.com/chunkyba...
    ● GitHub: github.com/chu...
    #unity3d #unitytutorial #inputsystem

Komentáře • 30

  • @CharkGames
    @CharkGames Před rokem +2

    Thank you for this series, so easy to follow, in short digestible chunks, got me started and now I have some basics down! Really enjoy your tutorials :)

  • @tigerjustice
    @tigerjustice Před rokem +2

    Your lessons help me a lot to learn Unity. Thank you very much )

  • @yazanHassouneh
    @yazanHassouneh Před rokem +1

    That was very helpful, I've watched the whole playlist, thank you very much
    keep going.

  • @spedermonn
    @spedermonn Před rokem +3

    thanks i needed this!

  • @smellmar
    @smellmar Před rokem +1

    thanks for the help, you're an angel

  • @sighfye
    @sighfye Před rokem +2

    This is a great tutorial. As a small feedback, it would be great if you went a little slower to help people keep up.

    • @chunkybacongames
      @chunkybacongames  Před rokem

      Thanks! And thank you for the feedback, I will try to keep that in mind! 🤗

  • @xshukii1149
    @xshukii1149 Před rokem +1

    Waiting line for second part...

    • @chunkybacongames
      @chunkybacongames  Před rokem

      Coming up sooner than you think, video currently processing!

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

    How to add animationsss

  • @jimknopf9958
    @jimknopf9958 Před rokem

    Great Intro to Action Manager, thank you.
    Is there any reason you would recommend NOT to use the action manager ?
    Instead coding only…

  • @Meep-lm2jk
    @Meep-lm2jk Před rokem

    can you make a tutorial on first person movement in unitys new input system

  • @nolanburgess5447
    @nolanburgess5447 Před 6 měsíci +1

    I wish you would take a teeny bit more time to explain the purpose of things in beginner terms, it can feel like you move on to fast

  • @hitmanboss711
    @hitmanboss711 Před rokem +1

    What if I don't see the "Move" function in the list at 5:12?

    • @chunkybacongames
      @chunkybacongames  Před rokem

      Hm, weird. Does your Character object have the PlayerController script attached to it?

    • @hitmanboss711
      @hitmanboss711 Před rokem

      @@chunkybacongames Oh don't worry, I resolved it. There was just a thing I messed up on.
      But actually there is something you can help me with, do you have something else I can message you through? I could really use a hand and active communication would be waaaay easier than just having to keep checking back on here.

    • @chunkybacongames
      @chunkybacongames  Před rokem

      Glad you found a solution!
      One way would be through Discord, discord.gg/KfbnAEKA3V

    • @Larfage
      @Larfage Před rokem +4

      For anyone looking for this same issue in the future, I found that the Move() function must be declared as public. Usually I instinctively make functions private. Make it public and it /should/ appear in the function list.

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

    what should i use for script writing/editing?

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

      I prefer Rider, but I’m sure many others would recommend Visual Studio.

  • @kandy5129
    @kandy5129 Před rokem +1

    is there a way to make this movemnt smoother?

    • @chunkybacongames
      @chunkybacongames  Před rokem

      What is it that you experience not being smooth?

    • @kandy5129
      @kandy5129 Před rokem

      ​@@chunkybacongames Oh no, I was testing it out first but I saw that I did something wrong where the movement was jittering a bit but I realised it later that my code wasn't the same.
      This script is amazing, sorry for wasting your time man! Keep up the work bro thank you so much for responding!

  • @lasprangh6380
    @lasprangh6380 Před rokem

    What editor do you use?

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

    I can only open the script in notepad, what am I missing?

  • @Speedyboyeli
    @Speedyboyeli Před rokem +1

    can i get help