Unity 2D Player Animations Tutorial

Поделиться
HTML-код
  • Опубликовано: 19 июн 2024
  • Enjoy the tutorial and make sure to subscribe!
    Intro 00:00
    Scene Overview 00:19
    Spritesheets: 00:33
    Creating Animations: 00:49
    Animation Controller: 03:41
    Adding The Code: 06:36
    Platform Tag and Referencing Animator: 09:31
    Main Channel: / bblakeyyy
    Patreon with fully explained c# scripts:
    / blakeygames
    DISCORD SERVER LINK: / discord
    Silhouette Dash free download:
    blakey-games.itch.io/silhouet...
    Join the discord community!:
    / discord
    Play my games! :
    blakey-games.itch.io/
    play.google.com/store/apps/de...
    Watch me Live on twitch: / bblakeyyy
    My Website!: bblakeygames.wixsite.com/blak...
    player animations, unity moreblakey, bblakeyyy, unity tutorial, unity 2d Audio used in my videos:
    ♪ Onion (Prod. by Lukrembo)
    Link : • (no copyright music) l...
    ♪ Branch (Prod. by Lukrembo)
    Link : • (no copyright music) c...
    ♪ Biscuit (Prod. by Lukrembo)
    Link : • (no copyright music) l...
    ♪ Bread (Prod. by Lukrembo)
    Link : • (no copyright music) j...
  • ИгрыИгры

Комментарии • 27

  • @t.b.g158
    @t.b.g158 2 года назад +2

    Ooooh! The Video i have been waiting for! thank you so much! When i am back again to my pc i will start with the animation right away with your method

  • @viktorspasov6334
    @viktorspasov6334 2 года назад +4

    I think you deserve more viewers and subs you make great tutorials and your main chanel too

  • @durvids474
    @durvids474 2 года назад +1

    Great video! Thanks for posting.

  • @_satomu
    @_satomu 2 года назад +1

    que crack, here watching from ecuador

  • @angelgarnica3994
    @angelgarnica3994 Год назад

    Hello Blakey, Thanks for your work! you´re doing great! I have a question, I am doing your method exactly the same, but it only allows me to make 1 transition from each "anim". I can't make the two transitions to run and jump, only one, do you know why this happens?

  • @emretasdemir634
    @emretasdemir634 2 года назад +2

    Nice Video

  • @gevezesosyapat
    @gevezesosyapat 4 месяца назад

    How can I find that character's sprite in this video?

  • @jojoera1135
    @jojoera1135 Месяц назад

    is that a png on every slice?

  • @bazzer360
    @bazzer360 2 года назад +2

    Next make Elden Ring

    • @t.b.g158
      @t.b.g158 2 года назад +2

      Shhhh!! Don't Tempt him! FromSoftware will run out of business that way!

    • @morebblakeyyy
      @morebblakeyyy  2 года назад

      potentially

  • @Beanilikecheeeese
    @Beanilikecheeeese Год назад +1

    it dosent work for me can i get some help plz

  • @januuschka
    @januuschka 2 года назад

    Thank you for the video. But i cant choose the "samples" in the animation. Can you help me?

    • @morebblakeyyy
      @morebblakeyyy  2 года назад

      No problem. There is a setting you need to show to samples, I think it’s on the lower right of the animation tab. Should be the three dots.

    • @januuschka
      @januuschka 2 года назад

      @@morebblakeyyy ah thanks i Fond it

    • @januuschka
      @januuschka 2 года назад

      @@morebblakeyyy how can I stop the idle animation?

  • @enperrygames
    @enperrygames Год назад

    Great video! do you mind giving me the stickman asset? I don't have any sprite ideas at the moment and I need a character

  • @radon5240
    @radon5240 2 года назад +2

    thx, brackeys just isnyt working for me

  • @MintyPeets
    @MintyPeets 2 года назад

    3:22 thats not really a good solution, you should have a jumping and a falling animation split up so that if the player is falling for more time than you expected it doesnt end before you hit the ground, but i guess for this project it works because there's no platform height variation

    • @morebblakeyyy
      @morebblakeyyy  2 года назад +1

      This tutorial isn't built in mind for falling for long periods of time, that animation incorporates 2-3 seconds of airtime and allows for people to adjust the player's jump force by a wider margin if they want, if your player is falling for longer a separate falling animation should be implemented

  • @Amonguus
    @Amonguus Год назад

    Hey, when I use my animations I fall right through the floor and I am invisible, can someone help please?

    • @opsmation6760
      @opsmation6760 Год назад

      im no pro, but first make sure the player is infront of the other objects, so the z position for other objects should be 0.01 and and the lower the number for objects like background that you want at the right back, and put a BoxCollider2D or just BoxCollider if 3D on both player and objects it may stand on like ground, hope it helps although im late