Player Movement and Sprite Importing | Unity 2D Platformer Tutorial #1

Поделиться
HTML-код
  • Опубликовано: 22 май 2024
  • Intro: 00:00
    TAPARRY: 00:24
    Download Unity: 00:48
    Create Project: 01:23
    Import Sprites: 02:05
    Create Player: 04:53
    Create Ground Platform: 06:23
    Adjusting Rigidbody: 07:47
    Player Movement Script: 08:23
    Axes explained: 11:44
    Folder organisation: 13:04
    Outro: 13:56
    TAPARRY: play.google.com/store/apps/de...
    SCRIPTS AND SPRITES FROM THE VIDEO: / blakeygames
    ALTERNATIVE PLAYER SPRITES: dribbble.com/shots/9783003-Fr...
    Website: blakeygames.com
    Request a tutorial here:
    forms.gle/JLBkpHt1ZFLpn7TE9
    Main Channel: / bblakeyyy
    Join the Discord: / discord
    Watch me Live on twitch: / bblakeyyy
    ♪ 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...
    unity,unity tutorial,unity 2d tutorial,unity 2d platformer,unity platformer tutorial,unity 2d player movement,tutorial,unity 2d player movement 2020,unity 2d platformer for complete beginners,unity 2d,unity 2d platformer movement tutorial,unity tutorial for beginners,player movement,unity platformer,unity 2d movement,movement,unity sprite animation,unity camera follow player,platformer,unity 2d platformer tutorial,unity platformer complete beginner
  • ИгрыИгры

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

  • @luxe4295
    @luxe4295 Год назад +5

    One of the most recent and simple 2D tutorials I ever seen, you just earned a suscriber and a like, you deserve it my guy❤

  • @opsmation6760
    @opsmation6760 11 месяцев назад +1

    cant express my gratitude for how helpful you are and your content as its 100% what i need like all the core components, thanks so much lad keep up the work

  • @The_Waffle.
    @The_Waffle. 9 месяцев назад

    really helped me

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

    Fire 🔥 🔥

  • @ankushgupta4226
    @ankushgupta4226 3 месяца назад

    Great tutorial, very easy to understand
    Ques: Can you please Give a more detailed information about GetAxis/GetAxisRaw and input buttons or suggest me any tutorials on that.

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

    When is part 2 coming out?

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

    🔥🔥🔥

  • @bahamutaxiomx8706
    @bahamutaxiomx8706 9 месяцев назад +1

    I have a VERY STRONG anxiety when it comes to watching tutorials, but yours was very detailed and easy to follow. You've got a subscriber in me as I learn the ropes!
    Question: I'm not going for pixel art and hand drawn instead. The sprite I used is very blurry and pixelated in the game view, but not as much in the scene view when I follow along with the video. I was screwing around with the Format and Filter mode and it got blurrier in the scene view. What can I do to clear it up and make it (them) crisp?

    • @morebblakeyyy
      @morebblakeyyy  9 месяцев назад +1

      Glad I can help your anxiety! Keep pushing through.
      Weird. You can potentially mess with anti aliasing in your quality settings. Also look at compression and again keep testing with the filter modes in your sprite import settings. Best of luck!

    • @bahamutaxiomx8706
      @bahamutaxiomx8706 9 месяцев назад

      @@morebblakeyyy Thanks for the quick answer and kind words! I think I found an answer partly. Though I set the size of my sprite sheet as 1024 x 1024, and set the PPU as the same, they were sliced with varying sizes per sprite instead of the static 1024x 1024.
      When I changed the PPU to 120, which is slightly higher than what most of the sliced sprites reach dimensionwise, the sprite grew much bigger in the Play view and got stuck in the ground upon falling. Then, upon changing the PPU to half of the original amount, 512, the quality is MUCH better, though I had to extend the collision of the box a little higher since it kept falling slightly lower.
      I'm not really sure why any of this is happening, but it at least fixed the immediate quality issue.

    • @morebblakeyyy
      @morebblakeyyy  9 месяцев назад +1

      Glad you fixed your issue. As time goes on you’ll become more accustomed with these settings and tweaks you need to make to improve your art and other assets. Just takes time :)

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

    Hello, I have followed this tutorial and I have faced an issues I cannot figure out. My character now runs out the scene when in game and doesn't allow me to reenter the character when in game. How do I fix this?

  • @Fuzeillity
    @Fuzeillity 7 дней назад

    could anyone send me full code?
    ty

  • @AriuA21
    @AriuA21 6 месяцев назад

    What coding language is this in?