Infinite Parallax Scrolling Background - Unity 2D Complete Tutorial

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • We're going to add parallax to our 2D scene's background layers, then make it endlessly scroll!
    This is a complete tutorial - from adding player, setting up the camera - to a beautifully scrolling background! Basically make a whole endless runner / side scroller in 7 minutes :o
    FREE Player Package: / 102090173
    FULL Parallax Package: / 102091009
    Background Asset: free-game-assets.itch.io/natu...
    Get a COMPLETE Platformer Template:
    gamecodelibrary.itch.io/2d-pl...
    Discord: / discord
    Be sure to subscribe to see what kind of adventure we can go on together! I'm excited! :-)
    If you have any suggestions, feedback or questions, be sure to comment below! Any opinions will help me out on this journey ♡
    #unity #gamedev #gamedevelopment #unity2d #indiedev
    0:00 - Intro
    0:14 - Background Assets
    0:24 - New Project
    0:27 - Player *Free Link Below*
    0:45 - Cinemachine
    1:10 - Background Setup
    1:34 - Sorting Layers
    2:17 - Parallax - Script
    3:48 - Parallax - Setup
    4:18 - Jitter Fix
    4:32 - Infinite Scrolling - Backgrounds
    5:41 - Infinite Scrolling - Script
    2:54 - Outro

Komentáře • 36

  • @NOpainNoGain176
    @NOpainNoGain176 Před 9 dny

    That was Super Helpful, Hoping to see more content, Thank you.

    • @GameCodeLibrary
      @GameCodeLibrary  Před 8 dny

      I’m glad it could help you!! Hopefully I can get back to releasing stuff soon 🙏 busy times!! Thank you!

  • @mattrobb3566
    @mattrobb3566 Před 3 měsíci +1

    Brilliantly clear as always, thanks.

    • @GameCodeLibrary
      @GameCodeLibrary  Před 3 měsíci

      I’m glad it was clear! Think I went a bit fast on this one, but wanted to focus mainly on parallax 🙏😌

  • @ramsgallo5151
    @ramsgallo5151 Před 3 měsíci +1

    Your channel receives far less recognition than it deserves. Legitimately a hidden gem. Subscribed.

    • @GameCodeLibrary
      @GameCodeLibrary  Před 3 měsíci +1

      Thank you for your kind words!! I’ll keep making the best vids I can and hopefully it reaches the people who enjoy them! 😇🙏

    • @Atom-Mercury
      @Atom-Mercury Před 3 měsíci

      @@GameCodeLibraryI’ll tell you what, your videos are quite beneficial. Keep up the great work. Your channel has 1million++ subs potential no doubt🎉

    • @GameCodeLibrary
      @GameCodeLibrary  Před 3 měsíci

      @Atom-Mercury thank you for your kind words 😌🙏 I’ll keep going!!

  • @moiism_
    @moiism_ Před 3 měsíci

    You never disappoint! I've really enjoyed and loved this video, it was really cool... making cinematics with this must be crazy! 🤭

    • @GameCodeLibrary
      @GameCodeLibrary  Před 3 měsíci

      Thanks for your kind words - means a lot!! 🤩 you’re right! I gotta try making some cinematics at some point…

  • @maizestarcan
    @maizestarcan Před měsícem

    Thanks for the tutorial, I follow your video from the player movement guide, and for the animations player it's really easy to follow and understand!

  • @rvargas0972
    @rvargas0972 Před 3 měsíci

    Thank you so much for your videos :3

  • @91tj
    @91tj Před 27 dny

    I am trying to make a proper parallax effect for a year I guess... And this is the only tutorial that really helped me.
    You are awesome!!! I wish I can like 1 million times...

    • @GameCodeLibrary
      @GameCodeLibrary  Před 27 dny

      So glad this worked well for you!! It’s also the easiest I’ve made parallax work so I’m glad you liked it :-)

  • @FlashProUA
    @FlashProUA Před 18 dny

    Thanks!

  • @TheHolyCornflake
    @TheHolyCornflake Před 3 měsíci

    i'm not at all at this level, but i enjoy your videos.

    • @GameCodeLibrary
      @GameCodeLibrary  Před 3 měsíci

      This video can be for complete beginners too!! I know I talk pretty fast, but you can pause and rewatch any bits that seem complex 😝
      My first ever video covers slowly the player movement as well if you’d like to learn that properly!
      Glad you enjoyed too! Good luck with it all :-)

  • @pranshugupta1040
    @pranshugupta1040 Před 3 měsíci

    You're so aesthetic haha... Can you help me out please... So if i animate something just assume that I'm animating a leg of a player so when i change it's transformation position so there is a value which is changed of position so what will happen if i move my character using script will the objects(leg) keep animating in the same old space where it is animated or it'll come along with character while animating??....

    • @GameCodeLibrary
      @GameCodeLibrary  Před 3 měsíci

      Hey! If you parent the leg to the main character's gameobject by dragging the leg onto the main character object in the hierarchy - then when your character moves the leg will come with!
      Any children of a parented gameobject will follow with the parent as it's transform is moved.
      Hope this takes sense, good luck!

  • @fabian_ftn6604
    @fabian_ftn6604 Před 2 měsíci

    Hello, Cant I just add the Camara as a Child of the player so it follows him instead of using Cinemachine? For some reason when I use Cinemachine my character movement seems a bit laggy

    • @GameCodeLibrary
      @GameCodeLibrary  Před 2 měsíci +1

      Yes you can do it in any way you prefer! :-)

    • @fabian_ftn6604
      @fabian_ftn6604 Před 2 měsíci

      @@GameCodeLibrary Alright Thank you very much. Keep up the videos they are really helpful and easy to keep up

    • @fabian_ftn6604
      @fabian_ftn6604 Před 2 měsíci

      @@GameCodeLibrary Do You have a Discord Server?

  • @doustarx9677
    @doustarx9677 Před 3 měsíci

    can you do a tutorial on the health bar plz

    • @GameCodeLibrary
      @GameCodeLibrary  Před 3 měsíci

      Hey! I’ve got one for a player health you can check out:
      Player Health and On Hit Effect - 2D Platformer Unity #14
      czcams.com/video/zmQ3hKWxsmE/video.html

    • @GameCodeLibrary
      @GameCodeLibrary  Před 3 měsíci

      If you wanted a bar instead of hearts, you can try merging this video which shows you how to use a slider…
      Progress Bar UI and Unity Events - 2D Platformer Unity #9
      czcams.com/video/hj9ikydHttk/video.html
      But I will be doing a series at some point where I’ll use a slider for a health bar! Just might be a while, so you can check those out until then :-)

  • @TheTrueFriend.
    @TheTrueFriend. Před 3 měsíci

    thank you so much, as always you are amazing
    Can you please do the same amazing videos for UE 5 ?
    I am a beginner so I barley know anything XD

    • @GameCodeLibrary
      @GameCodeLibrary  Před 3 měsíci

      Hey I’m glad you enjoyed!! 😇
      I’ve never used UE5 so we’d both be beginners teaching each other then!! But if I ever try it out and find my liking it, I’ll definitely make some vids sharing any knowledge on UE too! 🙏

    • @TheTrueFriend.
      @TheTrueFriend. Před 3 měsíci

      @@GameCodeLibrary thank you so much , best wishes for you

  • @pranshugupta1040
    @pranshugupta1040 Před 3 měsíci

    And where did you learned all these...

    • @GameCodeLibrary
      @GameCodeLibrary  Před 3 měsíci

      Haha everything I've learnt has been a mixture of my computer science degree, my software engineer job, years of playing around with game dev in my free time, unity online documentation and other online courses and information!
      I clean up and simplify all code I write so it can be as best and easy as possible for you - so everything I learn from others I always try to improve upon! :-)

  • @radovan_mladic
    @radovan_mladic Před 3 měsíci

    Thanks, do you have some game of yours?

    • @GameCodeLibrary
      @GameCodeLibrary  Před 3 měsíci +4

      I have lots of games started, all code done but never finished!
      Thats why I made this CZcams channel, to share the game logic I was writing but never releasing 🥲
      Hopefully one day I’ll commit to getting one finished! 🙏